Module Name: src Committed By: christos Date: Sat Aug 27 09:05:55 UTC 2011
Modified Files: src/sys/netinet: if_arp.c Log Message: Add 3 logging sysctls for arp from freebsd: 1. log_movements: do you want to log the arp overwritten message or not? 2. log_wrong_iface: do you want to log when an arp arrives at the wrong interface? 3. log_permanent_modify: do you want to log when an arp message attempts to overwrite a static entry? I did not call the sysctls log_arp like FreeBSD does, because we already have an arp sysctl level. The default is on for all three of them. To generate a diff of this commit: cvs rdiff -u -r1.151 -r1.152 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.