diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2006-05-27 23:43:04 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2006-05-27 23:43:04 +0000 |
commit | ce2d315383abb67fd6de726e5022d53688bd28b0 (patch) | |
tree | cfb41ab9f2ae7b1a4f61f0c60952c2809617f902 /lib | |
parent | 1c9cc2a54fa23fb1279fcd37fe2fa7b7ee46faa9 (diff) |
Document net.inet6.ip6.mforwarding
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index bc94a74cf08..1601aca1cb5 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.153 2006/05/26 09:26:07 jmc Exp $ +.\" $OpenBSD: sysctl.3,v 1.154 2006/05/27 23:42:35 claudio Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -1550,6 +1550,7 @@ The currently defined protocols and names are: .It ip6 log_interval integer yes .It ip6 maxfragpackets integer yes .It ip6 maxfrags integer yes +.It ip6 mforwarding integer yes .It ip6 redirect integer yes .It ip6 rr_prune integer yes .It ip6 use_deprecated integer yes @@ -1729,6 +1730,10 @@ 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.mforwarding +If set to 1, then multicast forwarding is enabled for the host. +The default is 0. +.Pp .It Li ip6.redirect Returns 1 when ICMPv6 redirects may be sent by the node. This option is ignored unless the node is routing IP packets, |