summaryrefslogtreecommitdiffstats
path: root/share/man/man4/ng_ether.4
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2005-02-12 11:52:14 +0000
committerglebius <glebius@FreeBSD.org>2005-02-12 11:52:14 +0000
commit3fbcda2e525db1b507832e69c86fa892de860d91 (patch)
tree5273ed26bc7a236d2237748bcb958e1ba74a9fab /share/man/man4/ng_ether.4
parent0382724fd953dcd5d794a85e6099ac9d9fdd1663 (diff)
downloadFreeBSD-src-3fbcda2e525db1b507832e69c86fa892de860d91.zip
FreeBSD-src-3fbcda2e525db1b507832e69c86fa892de860d91.tar.gz
Document multicast membership control messages.
Diffstat (limited to 'share/man/man4/ng_ether.4')
-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 d44b249..722779f 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.
OpenPOWER on IntegriCloud