Include the bridge interface itself in the special arp handling.
PR: 90973 MFC after: 1 week
This commit is contained in:
parent
22b286280c
commit
54c427e0e2
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user