cvs commit: src/sys/netinet if_ether.c
Andrew Thompson
thompsa at FreeBSD.org
Thu Oct 6 18:51:30 PDT 2005
thompsa 2005-10-07 01:51:29 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/netinet if_ether.c
Log:
MFC r1.144
When bridging is enabled and an ARP request is recieved on a member interface,
the arp code will search all local interfaces for a match. This triggers a
kernel log if the bridge has been assigned an address.
arp: ac:de:48:18:83:3d is using my IP address 192.168.0.142!
bridge0: flags=8041<UP,RUNNING,MULTICAST> mtu 1500
inet 192.168.0.142 netmask 0xffffff00
ether ac:de:48:18:83:3d
Silence this warning for 6.0 to stop unnecessary bug reports, the code will need
to be reworked.
Approved by: re (scottl)
Revision Changes Path
1.137.2.4 +1 -1 src/sys/netinet/if_ether.c
More information about the cvs-src
mailing list