Blame man/man8/ip-maddress.8

Packit Service 3880ab
.TH IP\-MADDRESS 8 "20 Dec 2011" "iproute2" "Linux"
Packit Service 3880ab
.SH "NAME"
Packit Service 3880ab
ip-maddress \- multicast addresses management
Packit Service 3880ab
.SH "SYNOPSIS"
Packit Service 3880ab
.sp
Packit Service 3880ab
.ad l
Packit Service 3880ab
.in +8
Packit Service 3880ab
.ti -8
Packit Service 3880ab
.B ip
Packit Service 3880ab
.RI "[ " OPTIONS " ]"
Packit Service 3880ab
.B  maddress
Packit Service 3880ab
.RI " { " COMMAND " | "
Packit Service 3880ab
.BR help " }"
Packit Service 3880ab
.sp
Packit Service 3880ab
.ti -8
Packit Service 3880ab
Packit Service 3880ab
.BR "ip maddress" " [ " add " | " del " ]"
Packit Service 3880ab
.IB MULTIADDR " dev " NAME
Packit Service 3880ab
Packit Service 3880ab
.ti -8
Packit Service 3880ab
.BR "ip maddress show" " [ " dev
Packit Service 3880ab
.IR NAME " ]"
Packit Service 3880ab
Packit Service 3880ab
.SH DESCRIPTION
Packit Service 3880ab
.B maddress
Packit Service 3880ab
objects are multicast addresses.
Packit Service 3880ab
Packit Service 3880ab
.SS ip maddress show - list multicast addresses
Packit Service 3880ab
Packit Service 3880ab
.TP
Packit Service 3880ab
.BI dev " NAME " (default)
Packit Service 3880ab
the device name.
Packit Service 3880ab
Packit Service 3880ab
.TP
Packit Service 3880ab
.B ip maddress add - add a multicast address
Packit Service 3880ab
.TP
Packit Service 3880ab
.B ip maddress delete - delete a multicast address
Packit Service 3880ab
.sp
Packit Service 3880ab
These commands attach/detach a static link-layer multicast address
Packit Service 3880ab
to listen on the interface.
Packit Service 3880ab
Note that it is impossible to join protocol multicast groups
Packit Service 3880ab
statically. This command only manages link-layer addresses.
Packit Service 3880ab
Packit Service 3880ab
.RS
Packit Service 3880ab
.TP
Packit Service 3880ab
.BI address " LLADDRESS " (default)
Packit Service 3880ab
the link-layer multicast address.
Packit Service 3880ab
Packit Service 3880ab
.TP
Packit Service 3880ab
.BI dev " NAME"
Packit Service 3880ab
the device to join/leave this multicast address.
Packit Service 3880ab
.RE
Packit Service 3880ab
Packit Service 3880ab
.SH SEE ALSO
Packit Service 3880ab
.br
Packit Service 3880ab
.BR ip (8)
Packit Service 3880ab
Packit Service 3880ab
.SH AUTHOR
Packit Service 3880ab
Original Manpage by Michail Litvak <mci@owl.openwall.com>