diff options
author | 2014-07-12 17:26:20 +0000 | |
---|---|---|
committer | 2014-07-12 17:26:20 +0000 | |
commit | 1e669f06cd3d2886d609f88759fa5a6c95b60db1 (patch) | |
tree | ea875a7d727dfcbcf42420b74b1f5bb0b66297b6 | |
parent | Simplify: Delete 74 lines of code including one enum type, one (diff) | |
download | wireguard-openbsd-1e669f06cd3d2886d609f88759fa5a6c95b60db1.tar.xz wireguard-openbsd-1e669f06cd3d2886d609f88759fa5a6c95b60db1.zip |
more accept_rtadv removal;
-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 |