aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJohn Hay <jhay@FreeBSD.org>2006-09-30 20:25:33 +0000
committerJohn Hay <jhay@FreeBSD.org>2006-09-30 20:25:33 +0000
commit584b68e792bc8cafa4aa71ef4742d5fb9b54327c (patch)
tree1d0554094bb0b2e63e60ad38b3933334baa375bf /sys
parent04876cf3ebe2844b4cedf74e61ae63cc0b74a478 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet6/nd6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/nd6.c b/sys/netinet6/nd6.c
index b2e107802bae..fa5f373da8c2 100644
--- a/sys/netinet6/nd6.c
+++ b/sys/netinet6/nd6.c
@@ -1391,7 +1391,7 @@ nd6_rtrequest(req, rt, info)
}
}
} else if (req == RTM_ADD && SDL(gate)->sdl_alen == 0 &&
- (ifp->if_flags & (IFF_POINTOPOINT | IFF_LOOPBACK)) == 0) {
+ (rt->rt_flags & RTF_HOST) != 0) {
ln->ln_state = ND6_LLINFO_INCOMPLETE;
}
break;