diff options
author | Esben Norby <norby@cvs.openbsd.org> | 2005-10-07 16:29:11 +0000 |
---|---|---|
committer | Esben Norby <norby@cvs.openbsd.org> | 2005-10-07 16:29:11 +0000 |
commit | e74cb26ea0c5a3dda257d3045fb573e01929e16f (patch) | |
tree | f858c496013b8df76e32c4793b40331a445ce9b0 /lib | |
parent | d39ca6ebd673875eb5f3301d7344c443447a9873 (diff) |
Document the recent changes to the multicast routing in the kernel.
from jmc@
ok jmc@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 2e9d584e285..5c85c21c9fc 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.144 2005/07/22 03:16:58 jaredy Exp $ +.\" $OpenBSD: sysctl.3,v 1.145 2005/10/07 16:29:09 norby Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -1065,6 +1065,7 @@ The currently defined protocols and names are: .It ip ipsec-soft-timeout integer yes .It ip ipsec-timeout integer yes .It ip maxqueue integer yes +.It ip mforwarding integer yes .It ip mtudisc integer yes .It ip mtudisctimeout integer yes .It ip portfirst integer yes @@ -1335,6 +1336,9 @@ The default value is 86400 seconds. .It Li ip.maxqueue Fragment flood protection. Sets the maximum number of unassembled IP fragments in the fragment queue. +.It Li ip.mforwarding +If set to 1, then multicast forwarding is enabled for the host. +The default is 0. .It Li ip.mtudisc Returns 1 if Path MTU Discovery is enabled. .It Li ip.mtudisctimeout |