Update text on Multicast support.

PR: docs/7079
This commit is contained in:
Joseph Koshy 1998-07-30 02:31:21 +00:00
parent a41b3e9239
commit 284ccab18b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=3219

View file

@ -1,4 +1,4 @@
<!-- $Id: network.sgml,v 1.11 1998-06-12 07:09:44 wosch Exp $ -->
<!-- $Id: network.sgml,v 1.12 1998-07-30 02:31:21 jkoshy Exp $ -->
<!-- The FreeBSD Documentation Project -->
<sect>
@ -897,12 +897,15 @@ default 10.0.0.2 UGSc 0 0 tun0
<heading>How do I enable IP multicast support?</heading>
<p>Multicast host operations are fully supported in FreeBSD 2.0 and
above by default. If you want your box to run as a multicast router, you
will need to load the <tt/ip_mroute_mod/ loadable kernel module
and run <tt/mrouted/.
later by default. If you want your box to run as a multicast router,
you will need to recompile your kernel with the <tt>MROUTING</tt>
option and run <tt/mrouted/. FreeBSD 2.2 and later will start
<tt/mrouted/ at boot time if the flag <tt/mrouted_enable/ is set
to "YES" in <tt>/etc/rc.conf</tt>.
<p>MBONE tools are available in their own ports category, mbone. If
you are looking for the conference tools vic and vat, look here!
you are looking for the conference tools <tt/vic/ and <tt/vat/,
look there!
<p>For more information, see the
<url url="http://www.mbone.com/" name="Mbone Information Web">.