diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-11-16 12:22:22 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-11-16 12:22:22 +0000 |
commit | 2d7d073b048f7a65f9e5395b1e5b7d240b00f1b3 (patch) | |
tree | 10c7989e578469fbc83f0d01fe14c2ec70482e98 /share | |
parent | 1e87fa8354824cc7296b1c1a49f3e628082ddbbc (diff) |
document multicast sysctls; ok mcbride
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man8/netstart.8 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/share/man/man8/netstart.8 b/share/man/man8/netstart.8 index 8b2ea7cba1b..2c8a30d59cd 100644 --- a/share/man/man8/netstart.8 +++ b/share/man/man8/netstart.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netstart.8,v 1.12 2006/11/16 11:24:20 jmc Exp $ +.\" $OpenBSD: netstart.8,v 1.13 2006/11/16 12:22:21 jmc Exp $ .\" .\" Copyright (c) 2002, Miodrag Vallat. .\" All rights reserved. @@ -94,11 +94,20 @@ is the interface or bridge name: .Pp .D1 # sh /etc/netstart foo0 .Sh MULTICAST ROUTING +To enable +.Xr multicast 4 +routing, the +.Va net.inet.ip.mforwarding +and/or +.Va net.inet.ip6.mforwarding +.Xr sysctl 8 +variables should be set to 1. Routing to the 224.0.0.0/4 net is set up using values from .Pa /etc/rc.conf according to these rules: .Bl -bullet .It +The default. If the multicast settings are as follows then multicast routing will not be enabled. .Bd -literal -offset indent @@ -140,6 +149,7 @@ enabled. .Xr carp 4 , .Xr gif 4 , .Xr gre 4 , +.Xr multicast 4 , .Xr pfsync 4 , .Xr pppoe 4 , .Xr trunk 4 , |