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:
parent
dfd1ff19b4
commit
74948aa6f3
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user