diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2017-07-13 17:17:28 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2017-07-13 17:17:28 +0000 |
commit | bb368a855763556944a15c2e81965d7145b0ddeb (patch) | |
tree | 7e854a5cb2d9e64e8871fd69dc1c4d5dc30aa60e /lib/libc/gen | |
parent | 9ac6b549f20ac20edd61057c6fd15f7d68174cca (diff) |
Get rid of ip6.maxifprefixes and ip6.maxifdefrouters, the kernel no
longer tracks prefixes or default routers from router advertisements.
Pointed out by jmc.
ports tree grepping sthen, who only found nsh
OK mpi, sthen
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 0ac92a5c079..bb0317d7187 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.279 2017/05/04 20:41:10 tb Exp $ +.\" $OpenBSD: sysctl.3,v 1.280 2017/07/13 17:17:27 florian Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: May 4 2017 $ +.Dd $Mdocdate: July 13 2017 $ .Dt SYSCTL 3 .Os .Sh NAME @@ -1654,8 +1654,6 @@ The currently defined protocols and names are: .It ip6 Ta maxdynroutes Ta integer Ta yes .It ip6 Ta maxfragpackets Ta integer Ta yes .It ip6 Ta maxfrags Ta integer Ta yes -.It ip6 Ta maxifprefixes Ta integer Ta yes -.It ip6 Ta maxifdefrouters Ta integer Ta yes .It ip6 Ta mforwarding Ta integer Ta yes .It ip6 Ta mtudisctimeout Ta integer Ta yes .It ip6 Ta multicast_mtudisc Ta integer Ta yes @@ -1814,17 +1812,6 @@ The maximum number of fragments the node will accept. \-1 means that the node will accept as many fragments as it receives. The flag is provided basically for avoiding possible DoS attacks. .Pp -.It Li ip6.maxifprefixes Pq Va net.inet6.ip6.maxifprefixes -Maximum number of prefixes created by route advertisements per interface. -Set to negative to disable. -The default value is 16. -.Pp -.It Li ip6.maxifdefrouters Pq Va net.inet6.ip6.maxifdefrouters -Maximum number of default routers created by route advertisements per -interface. -Set to negative to disable. -The default value is 16. -.Pp .It Li ip6.mforwarding Pq Va net.inet6.ip6.mforwarding If set to 1, then multicast forwarding is enabled for the host. The default is 0. |