mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue