Deleted Added
full compact
mld.4 (213573) mld.4 (233648)
1.\"
2.\" Copyright (c) 2009 Bruce Simpson.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

20.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
1.\"
2.\" Copyright (c) 2009 Bruce Simpson.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

20.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" $FreeBSD: head/share/man/man4/mld.4 213573 2010-10-08 12:40:16Z uqs $
28.\" $FreeBSD: head/share/man/man4/mld.4 233648 2012-03-29 05:02:12Z eadler $
29.\"
30.Dd May 27, 2009
31.Dt MLD 4
32.Os
33.Sh NAME
34.Nm mld
35.Nd Multicast Listener Discovery Protocol
36.Sh SYNOPSIS

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

47.Tn MLD
48is a control plane protocol used by IPv6 hosts and routers to
49propagate multicast group membership information.
50Normally this protocol is not used directly, except by the kernel
51itself, in response to multicast membership requests by user
52applications.
53Multicast routing protocol daemons may open a raw socket to directly
54interact with
29.\"
30.Dd May 27, 2009
31.Dt MLD 4
32.Os
33.Sh NAME
34.Nm mld
35.Nd Multicast Listener Discovery Protocol
36.Sh SYNOPSIS

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

47.Tn MLD
48is a control plane protocol used by IPv6 hosts and routers to
49propagate multicast group membership information.
50Normally this protocol is not used directly, except by the kernel
51itself, in response to multicast membership requests by user
52applications.
53Multicast routing protocol daemons may open a raw socket to directly
54interact with
55.Nm
55.Nm
56and receive membership reports.
57.Pp
58As of
59.Fx 8.0 ,
60MLD version 2 is implemented.
61This adds support for Source-Specific Multicast (SSM), whereby
62applications may communicate to upstream multicast routers that
63they are only interested in receiving multicast streams from

--- 43 unchanged lines hidden ---
56and receive membership reports.
57.Pp
58As of
59.Fx 8.0 ,
60MLD version 2 is implemented.
61This adds support for Source-Specific Multicast (SSM), whereby
62applications may communicate to upstream multicast routers that
63they are only interested in receiving multicast streams from

--- 43 unchanged lines hidden ---