aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2005-02-12 11:52:14 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2005-02-12 11:52:14 +0000
commitec63861d6ba37caa32fa73b2086e29f06c28526b (patch)
tree5273ed26bc7a236d2237748bcb958e1ba74a9fab
parent810d5e89f4a13ccebad192385843e156610c6f3a (diff)
Document multicast membership control messages.
Notes
Notes: svn path=/head/; revision=141722
-rw-r--r--share/man/man4/ng_ether.414
1 files changed, 13 insertions, 1 deletions
diff --git a/share/man/man4/ng_ether.4 b/share/man/man4/ng_ether.4
index d44b249c8991..722779f2bedd 100644
--- a/share/man/man4/ng_ether.4
+++ b/share/man/man4/ng_ether.4
@@ -34,7 +34,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 16, 2004
+.Dd February 12, 2005
.Dt NG_ETHER 4
.Os
.Sh NAME
@@ -167,6 +167,18 @@ The default setting for this flag is enabled.
.It Dv NGM_ETHER_GET_AUTOSRC Pq Li getautosrc
Get the current value of the node's source address override flag.
The returned value is always either one or zero.
+.It Dv NGM_ETHER_ADD_MULTI Pq Li addmulti
+Join Ethernet multicast group.
+This control message is equivalent to using the
+.Dv SIOCADDMULTI
+.Xr ioctl 2
+system call.
+.It Dv NGM_ETHER_DEL_MULTI Pq Li delmulti
+Leave Ethernet multicast group.
+This control message is equivalent to using the
+.Dv SIOCDELMULTI
+.Xr ioctl 2
+system call.
.El
.Sh SHUTDOWN
This node is persistent for as long as the corresponding interface exists.