summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/net/if.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/net/if.c b/sys/net/if.c
index fa708e9..bc13501 100644
--- a/sys/net/if.c
+++ b/sys/net/if.c
@@ -2465,7 +2465,6 @@ ifioctl(struct socket *so, u_long cmd, caddr_t data, struct thread *td)
if ((oif_flags ^ ifp->if_flags) & IFF_UP) {
#ifdef INET6
- DELAY(100);/* XXX: temporary workaround for fxp issue*/
if (ifp->if_flags & IFF_UP) {
int s = splimp();
in6_if_up(ifp);
OpenPOWER on IntegriCloud