From 2d7d073b048f7a65f9e5395b1e5b7d240b00f1b3 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Thu, 16 Nov 2006 12:22:22 +0000 Subject: document multicast sysctls; ok mcbride --- share/man/man8/netstart.8 | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 , -- cgit v1.2.3