artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91381c3
)
We no longer "accept" RAs in the kernel, delete misleading comment.
author
florian
<florian@openbsd.org>
Mon, 8 Mar 2021 16:49:07 +0000
(16:49 +0000)
committer
florian
<florian@openbsd.org>
Mon, 8 Mar 2021 16:49:07 +0000
(16:49 +0000)
sys/netinet6/nd6.c
patch
|
blob
|
history
diff --git
a/sys/netinet6/nd6.c
b/sys/netinet6/nd6.c
index
c6302b6
..
e7d6e26
100644
(file)
--- a/
sys/netinet6/nd6.c
+++ b/
sys/netinet6/nd6.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: nd6.c,v 1.23
4 2021/01/06 08:10:15
florian Exp $ */
+/* $OpenBSD: nd6.c,v 1.23
5 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;
}