1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-26 16:18:31 +00:00

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

This commit is contained in:
Kip Macy 2008-03-20 06:19:34 +00:00
parent 9727e63745
commit 879773c18b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=177436

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