diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2021-03-08 16:49:08 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2021-03-08 16:49:08 +0000 |
commit | f20a6529623272d4b1e7e22338702685224179fe (patch) | |
tree | 78f44afbccf9d32fad23788efaa23b79e8c15826 /sys/netinet6/nd6.c | |
parent | 30066fd3babbc72068f48c509d00e337c4fe5ace (diff) |
We no longer "accept" RAs in the kernel, delete misleading comment.
Diffstat (limited to 'sys/netinet6/nd6.c')
-rw-r--r-- | sys/netinet6/nd6.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet6/nd6.c b/sys/netinet6/nd6.c index c6302b64a29..e7d6e26593c 100644 --- a/sys/netinet6/nd6.c +++ b/sys/netinet6/nd6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nd6.c,v 1.234 2021/01/06 08:10:15 florian Exp $ */ +/* $OpenBSD: nd6.c,v 1.235 2021/03/08 16:49:07 florian Exp $ */ /* $KAME: nd6.c,v 1.280 2002/06/08 19:52:07 itojun Exp $ */ /* @@ -141,7 +141,6 @@ nd6_ifattach(struct ifnet *ifp) nd->basereachable = REACHABLE_TIME; nd->reachable = ND_COMPUTE_RTIME(nd->basereachable); nd->retrans = RETRANS_TIMER; - /* per-interface IFXF_AUTOCONF6 needs to be set too to accept RAs */ return nd; } |