summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/netinet6/nd6.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet6/nd6.c b/sys/netinet6/nd6.c
index 4bad92e..b2e1078 100644
--- a/sys/netinet6/nd6.c
+++ b/sys/netinet6/nd6.c
@@ -1390,7 +1390,8 @@ nd6_rtrequest(req, rt, info)
ip6_sprintf(&llsol), error));
}
}
- } else if (req == RTM_ADD && SDL(gate)->sdl_alen == 0) {
+ } else if (req == RTM_ADD && SDL(gate)->sdl_alen == 0 &&
+ (ifp->if_flags & (IFF_POINTOPOINT | IFF_LOOPBACK)) == 0) {
ln->ln_state = ND6_LLINFO_INCOMPLETE;
}
break;
OpenPOWER on IntegriCloud