Blame man/man8/ip-mroute.8

Packit Service 3880ab
.TH IP\-MROUTE 8 "13 Dec 2012" "iproute2" "Linux"
Packit Service 3880ab
.SH "NAME"
Packit Service 3880ab
ip-mroute \- multicast routing cache 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
.BR "ip mroute show" " [ [ "
Packit Service 3880ab
.BR " to " " ] "
Packit Service 3880ab
.IR PREFIX " ] [ "
Packit Service 3880ab
.B  from
Packit Service 3880ab
.IR PREFIX " ] [ "
Packit Service 3880ab
.B  iif
Packit Service 3880ab
.IR DEVICE " ] [ "
Packit Service 3880ab
.B table
Packit Service 3880ab
.IR TABLE_ID " ] "
Packit Service 3880ab
Packit Service 3880ab
.SH DESCRIPTION
Packit Service 3880ab
.B mroute
Packit Service 3880ab
objects are multicast routing cache entries created by a user-level
Packit Service 3880ab
mrouting daemon (f.e.
Packit Service 3880ab
.B pimd
Packit Service 3880ab
or
Packit Service 3880ab
.B mrouted
Packit Service 3880ab
).
Packit Service 3880ab
Packit Service 3880ab
Due to the limitations of the current interface to the multicast routing
Packit Service 3880ab
engine, it is impossible to change
Packit Service 3880ab
.B mroute
Packit Service 3880ab
objects administratively, so we can only display them. This limitation
Packit Service 3880ab
will be removed in the future.
Packit Service 3880ab
Packit Service 3880ab
.SS ip mroute show - list mroute cache entries
Packit Service 3880ab
Packit Service 3880ab
.TP
Packit Service 3880ab
.BI to " PREFIX " (default)
Packit Service 3880ab
the prefix selecting the destination multicast addresses to list.
Packit Service 3880ab
Packit Service 3880ab
.TP
Packit Service 3880ab
.BI iif " NAME"
Packit Service 3880ab
the interface on which multicast packets are received.
Packit Service 3880ab
Packit Service 3880ab
.TP
Packit Service 3880ab
.BI from " PREFIX"
Packit Service 3880ab
the prefix selecting the IP source addresses of the multicast route.
Packit Service 3880ab
Packit Service 3880ab
.TP
Packit Service 3880ab
.BI table " TABLE_ID"
Packit Service 3880ab
the table id selecting the multicast table. It can be
Packit Service 3880ab
.BR local ", " main ", " default ", " all " or a number."
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>