back out last change as Sam believes that it breaks multicast - need to revisit after following up with pyun

This commit is contained in:
kmacy 2008-03-20 06:19:34 +00:00
parent a3f8e0c20d
commit 56b72c6a35

View File

@ -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