Module Name: src Committed By: roy Date: Fri Oct 4 23:31:06 UTC 2024
Modified Files: src/sys/netinet: if_arp.c Log Message: ARP: only ignore messages from the receving interface This means that you can no longer share the same IP addresses on different interfaces connected to the same subnet. This was a very non standard solution and you can now get the same functionality by using lagg(4) instead. While here, flip log movements sysctl back to 1. This reverts r1.253 and r1.286. To generate a diff of this commit: cvs rdiff -u -r1.315 -r1.316 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.