From f12cf1510bb86a1ce0a144ec64f1527f7fcfa601 Mon Sep 17 00:00:00 2001 From: henning Date: Sat, 12 Jul 2014 16:10:04 +0000 Subject: [PATCH] /* this has no effect on IP, and will kill all ISO connections XXX */ farewell, then. has been #ifdef notyet for the last 19 years --- sys/net/if.c | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/sys/net/if.c b/sys/net/if.c index 1d5a1b24a1c..fe04b75bfa5 100644 --- a/sys/net/if.c +++ b/sys/net/if.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if.c,v 1.295 2014/07/11 21:54:38 tedu Exp $ */ +/* $OpenBSD: if.c,v 1.296 2014/07/12 16:10:04 henning Exp $ */ /* $NetBSD: if.c,v 1.35 1996/05/07 05:26:04 thorpej Exp $ */ /* @@ -1120,20 +1120,10 @@ if_down(struct ifnet *ifp) void if_up(struct ifnet *ifp) { -#ifdef notyet - struct ifaddr *ifa; -#endif - splsoftassert(IPL_SOFTNET); ifp->if_flags |= IFF_UP; microtime(&ifp->if_lastchange); -#ifdef notyet - /* this has no effect on IP, and will kill all ISO connections XXX */ - TAILQ_FOREACH(ifa, &ifp->if_addrlist, ifa_list) { - pfctlinput(PRC_IFUP, ifa->ifa_addr); - } -#endif #if NCARP > 0 if (ifp->if_carp) carp_carpdev_state(ifp); -- 2.20.1