Back out of r1.148, it causes two arp replies to be sent with different mac

addresses. One for the bridged interface with the IP address assigned but then
another with the mac for the bridge itself.
This commit is contained in:
Andrew Thompson 2006-01-29 23:21:01 +00:00
parent dfd1ff19b4
commit 74948aa6f3

View File

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