mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Comment out rev. 1.4 after problems w/ IPv6, a better solution must be
found.
This commit is contained in:
parent
23ee8af5f5
commit
e89d8405c7
1 changed files with 2 additions and 0 deletions
|
|
@ -638,8 +638,10 @@ pfi_instance_add(struct ifnet *ifp, int net, int flags)
|
|||
af = ia->ifa_addr->sa_family;
|
||||
if (af != AF_INET && af != AF_INET6)
|
||||
continue;
|
||||
#ifdef notyet
|
||||
if (!(ia->ifa_flags & IFA_ROUTE))
|
||||
continue;
|
||||
#endif
|
||||
if ((flags & PFI_AFLAG_BROADCAST) && af == AF_INET6)
|
||||
continue;
|
||||
if ((flags & PFI_AFLAG_BROADCAST) &&
|
||||
|
|
|
|||
Loading…
Reference in a new issue