diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-07-12 17:26:21 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-07-12 17:26:21 +0000 |
commit | 6b371317ef844800ac1a8b9808c2b0c597412839 (patch) | |
tree | 6f569a534965f0c0f3ef1054bdbe3e765f8ed4a3 /lib/libc/gen | |
parent | 1809c39bc6d03464eab15c3e73eaa9c18b8602e7 (diff) |
more accept_rtadv removal;
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index bc1f56326c7..a5f870d3d89 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.238 2014/07/12 17:00:43 henning Exp $ +.\" $OpenBSD: sysctl.3,v 1.239 2014/07/12 17:26:20 jmc Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -1764,14 +1764,6 @@ so the variable is only meaningful on IPv6 hosts, not on routers. The variable specifies the lifetime of routing entries generated by incoming ICMPv6 redirects. .Pp -.It Li ip6.accept_rtadv -If set to non-zero, the node will accept ICMPv6 router advertisement packets -and autoconfigures address prefixes and default routers. -The node must be a host -.Pq not a router -for the option to be meaningful (see -.Li ip6.forwarding ) . -.Pp .It Li ip6.auto_flowlabel On connected transport protocol packets, fill the IPv6 flowlabel field to help intermediate routers identify |