Deleted Added
full compact
multicast.4 (189592) multicast.4 (192923)
1.\" Copyright (c) 2001-2003 International Computer Science Institute
2.\"
3.\" Permission is hereby granted, free of charge, to any person obtaining a
4.\" copy of this software and associated documentation files (the "Software"),
5.\" to deal in the Software without restriction, including without limitation
6.\" the rights to use, copy, modify, merge, publish, distribute, sublicense,
7.\" and/or sell copies of the Software, and to permit persons to whom the
8.\" Software is furnished to do so, subject to the following conditions:

--- 9 unchanged lines hidden (view full) ---

18.\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19.\" IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20.\" FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21.\" AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22.\" LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
23.\" FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
24.\" DEALINGS IN THE SOFTWARE.
25.\"
1.\" Copyright (c) 2001-2003 International Computer Science Institute
2.\"
3.\" Permission is hereby granted, free of charge, to any person obtaining a
4.\" copy of this software and associated documentation files (the "Software"),
5.\" to deal in the Software without restriction, including without limitation
6.\" the rights to use, copy, modify, merge, publish, distribute, sublicense,
7.\" and/or sell copies of the Software, and to permit persons to whom the
8.\" Software is furnished to do so, subject to the following conditions:

--- 9 unchanged lines hidden (view full) ---

18.\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19.\" IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20.\" FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21.\" AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22.\" LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
23.\" FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
24.\" DEALINGS IN THE SOFTWARE.
25.\"
26.\" $FreeBSD: head/share/man/man4/multicast.4 189592 2009-03-09 17:53:05Z bms $
26.\" $FreeBSD: head/share/man/man4/multicast.4 192923 2009-05-27 18:57:13Z bms $
27.\"
27.\"
28.Dd February 13, 2009
28.Dd May 27, 2009
29.Dt MULTICAST 4
30.Os
31.\"
32.Sh NAME
33.Nm multicast
34.Nd Multicast Routing
35.\"
36.Sh SYNOPSIS

--- 920 unchanged lines hidden (view full) ---

957.Xr sourcefilter 3 ,
958.Xr icmp6 4 ,
959.Xr igmp 4 ,
960.Xr inet 4 ,
961.Xr inet6 4 ,
962.Xr intro 4 ,
963.Xr ip 4 ,
964.Xr ip6 4 ,
29.Dt MULTICAST 4
30.Os
31.\"
32.Sh NAME
33.Nm multicast
34.Nd Multicast Routing
35.\"
36.Sh SYNOPSIS

--- 920 unchanged lines hidden (view full) ---

957.Xr sourcefilter 3 ,
958.Xr icmp6 4 ,
959.Xr igmp 4 ,
960.Xr inet 4 ,
961.Xr inet6 4 ,
962.Xr intro 4 ,
963.Xr ip 4 ,
964.Xr ip6 4 ,
965.Xr mld 4 ,
965.Xr pim 4
966.\"
967.Sh HISTORY
968The Distance Vector Multicast Routing Protocol (DVMRP)
969was the first developed multicast routing protocol.
970Later, other protocols such as Multicast Extensions to OSPF (MOSPF)
971and Core Based Trees (CBT), were developed as well.
972Routers at autonomous system boundaries may now exchange multicast

--- 24 unchanged lines hidden (view full) ---

997and was based on the IPv4 multicast code.
998The advanced multicast API and the multicast bandwidth
999monitoring were implemented by
1000.An Pavlin Radoslavov
1001(ICSI)
1002in collaboration with
1003.An Chris Brown
1004(NextHop).
966.Xr pim 4
967.\"
968.Sh HISTORY
969The Distance Vector Multicast Routing Protocol (DVMRP)
970was the first developed multicast routing protocol.
971Later, other protocols such as Multicast Extensions to OSPF (MOSPF)
972and Core Based Trees (CBT), were developed as well.
973Routers at autonomous system boundaries may now exchange multicast

--- 24 unchanged lines hidden (view full) ---

998and was based on the IPv4 multicast code.
999The advanced multicast API and the multicast bandwidth
1000monitoring were implemented by
1001.An Pavlin Radoslavov
1002(ICSI)
1003in collaboration with
1004.An Chris Brown
1005(NextHop).
1006The IGMPv3 and MLDv2 multicast support was implemented by
1007.An Bruce Simpson .
1005.Pp
1006This manual page was written by
1007.An Pavlin Radoslavov
1008(ICSI).
1008.Pp
1009This manual page was written by
1010.An Pavlin Radoslavov
1011(ICSI).