Document net.inet6.ip6.maxflows for IPv6 Fast Forward
This commit is contained in:
parent
d6610037ac
commit
16b93348a3
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: sysctl.7,v 1.4 2007/02/02 02:39:13 elad Exp $
|
.\" $NetBSD: sysctl.7,v 1.5 2007/03/07 22:24:31 liamjfoy Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1993
|
.\" Copyright (c) 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
|
@ -1073,8 +1073,8 @@ This cannot be set to less than 0 or greater than 1024, and must
|
||||||
be smaller than
|
be smaller than
|
||||||
.Li ip.lowportmax .
|
.Li ip.lowportmax .
|
||||||
.It Li ip.maxflows
|
.It Li ip.maxflows
|
||||||
IP Fast Forwarding is enabled by default.
|
IPv4 Fast Forwarding is enabled by default.
|
||||||
If set to 0, IP Fast Forwarding is disabled.
|
If set to 0, IPv4 Fast Forwarding is disabled.
|
||||||
.Li ip.maxflows
|
.Li ip.maxflows
|
||||||
controls the maximum amount of flows which can be created.
|
controls the maximum amount of flows which can be created.
|
||||||
The default value is 256.
|
The default value is 256.
|
||||||
|
@ -1295,6 +1295,7 @@ The currently defined protocols and names are:
|
||||||
.It ip6 log_interval integer yes
|
.It ip6 log_interval integer yes
|
||||||
.It ip6 lowportmax integer yes
|
.It ip6 lowportmax integer yes
|
||||||
.It ip6 lowportmin integer yes
|
.It ip6 lowportmin integer yes
|
||||||
|
.It ip6 maxflows integer yes
|
||||||
.It ip6 maxfragpackets integer yes
|
.It ip6 maxfragpackets integer yes
|
||||||
.It ip6 maxfrags integer yes
|
.It ip6 maxfrags integer yes
|
||||||
.It ip6 redirect integer yes
|
.It ip6 redirect integer yes
|
||||||
|
@ -1385,6 +1386,11 @@ The lowest port number to use for TCP and UDP reserved port allocation.
|
||||||
This cannot be set to less than 0 or greater than 1024, and must
|
This cannot be set to less than 0 or greater than 1024, and must
|
||||||
be smaller than
|
be smaller than
|
||||||
.Li ip6.lowportmax .
|
.Li ip6.lowportmax .
|
||||||
|
.It Li ip6.maxflows
|
||||||
|
IPv6 Fast Forwarding is enabled by default.
|
||||||
|
If set to 0, IPv6 Fast Forwarding is disabled.
|
||||||
|
.Li ip6.maxflows
|
||||||
|
controls the maximum amount of flows which can be created.
|
||||||
.It Li ip6.maxfragpackets
|
.It Li ip6.maxfragpackets
|
||||||
The maximum number of fragmented packets the node will accept.
|
The maximum number of fragmented packets the node will accept.
|
||||||
0 means that the node will not accept any fragmented packets.
|
0 means that the node will not accept any fragmented packets.
|
||||||
|
|
Loading…
Reference in New Issue