Include the bridge interface itself in the special arp handling.

PR:		90973
MFC after:	1 week
This commit is contained in:
Andrew Thompson 2006-01-12 21:05:30 +00:00
parent 22b286280c
commit 54c427e0e2

View File

@ -607,7 +607,7 @@ in_arpinput(m)
int carp_match = 0;
#endif
if (ifp->if_bridge)
if (ifp->if_bridge || ifp->if_type == IFT_BRIDGE)
bridged = 1;
req_len = arphdr_len2(ifp->if_addrlen, sizeof(struct in_addr));