back out last change as Sam believes that it breaks multicast - need to revisit after following up with pyun
This commit is contained in:
parent
a3f8e0c20d
commit
56b72c6a35
@ -1020,8 +1020,7 @@ ether_ioctl(struct ifnet *ifp, u_long command, caddr_t data)
|
||||
switch (ifa->ifa_addr->sa_family) {
|
||||
#ifdef INET
|
||||
case AF_INET:
|
||||
if (!(ifp->if_flags & IFF_DRV_RUNNING))
|
||||
ifp->if_init(ifp->if_softc); /* before arpwhohas */
|
||||
ifp->if_init(ifp->if_softc); /* before arpwhohas */
|
||||
arp_ifinit(ifp, ifa);
|
||||
break;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user