Module Name: src Committed By: roy Date: Tue Jun 27 12:21:54 UTC 2017
Modified Files: src/sys/netinet: if_arp.c Log Message: Use if_get_bylla() instead of just looking at the lla of the interface the address belongs to. This allows any ARP message we receieved from another interface to be correctly dropped. While here, move the protocol length check higher up the food chain. To generate a diff of this commit: cvs rdiff -u -r1.252 -r1.253 src/sys/netinet/if_arp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.