Comment out rev. 1.4 after problems w/ IPv6, a better solution must be
found.
This commit is contained in:
parent
23ee8af5f5
commit
e89d8405c7
@ -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 New Issue
Block a user