summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2015-10-29 14:28:34 +0000
committermpi <mpi@openbsd.org>2015-10-29 14:28:34 +0000
commitd039bf5f75e4df09df6854a839ac7178318be43e (patch)
treeb4a7f6ca32c4dd5779fd8cc68221a3f6dde8f8a7
parentImport Poly1305 Message Authentication Code (diff)
downloadwireguard-openbsd-d039bf5f75e4df09df6854a839ac7178318be43e.tar.xz
wireguard-openbsd-d039bf5f75e4df09df6854a839ac7178318be43e.zip
Kill a comment saying that rt_ifp may not be the same as ifp, that's no
longer true.
-rw-r--r--sys/netinet6/nd6.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/netinet6/nd6.c b/sys/netinet6/nd6.c
index ebbd68671b9..9ae16db1ee3 100644
--- a/sys/netinet6/nd6.c
+++ b/sys/netinet6/nd6.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nd6.c,v 1.165 2015/10/28 12:45:44 jsg Exp $ */
+/* $OpenBSD: nd6.c,v 1.166 2015/10/29 14:28:34 mpi Exp $ */
/* $KAME: nd6.c,v 1.280 2002/06/08 19:52:07 itojun Exp $ */
/*
@@ -565,9 +565,6 @@ nd6_purge(struct ifnet *ifp)
/*
* Nuke neighbor cache entries for the ifp.
- * Note that rt->rt_ifp may not be the same as ifp,
- * due to KAME goto ours hack. See RTM_RESOLVE case in
- * nd6_rtrequest(), and ip6_input().
*/
ln = llinfo_nd6.ln_next;
while (ln && ln != &llinfo_nd6) {