mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-10-12 20:20:27 +00:00

lintian says: W: iproute: manpage-has-bad-whatis-entry usr/share/man/man7/tc-hfsc.7.gz W: iproute: manpage-has-bad-whatis-entry usr/share/man/man8/ip-address.8.gz W: iproute: manpage-has-bad-whatis-entry usr/share/man/man8/ip-addrlabel.8.gz W: iproute: manpage-has-bad-whatis-entry usr/share/man/man8/ip-link.8.gz W: iproute: manpage-has-bad-whatis-entry usr/share/man/man8/ip-maddress.8.gz W: iproute: manpage-has-bad-whatis-entry usr/share/man/man8/ip-monitor.8.gz W: iproute: manpage-has-bad-whatis-entry usr/share/man/man8/ip-mroute.8.gz W: iproute: manpage-has-bad-whatis-entry usr/share/man/man8/ip-neighbour.8.gz W: iproute: manpage-has-bad-whatis-entry usr/share/man/man8/ip-netns.8.gz W: iproute: manpage-has-bad-whatis-entry usr/share/man/man8/ip-ntable.8.gz W: iproute: manpage-has-bad-whatis-entry usr/share/man/man8/ip-route.8.gz W: iproute: manpage-has-bad-whatis-entry usr/share/man/man8/ip-rule.8.gz W: iproute: manpage-has-bad-whatis-entry usr/share/man/man8/ip-tunnel.8.gz W: iproute: manpage-has-bad-whatis-entry usr/share/man/man8/ip-xfrm.8.gz
51 lines
1.0 KiB
Groff
51 lines
1.0 KiB
Groff
.TH IP\-MROUTE 8 "20 Dec 2011" "iproute2" "Linux"
|
|
.SH "NAME"
|
|
ip-mroute \- multicast routing cache management
|
|
.SH "SYNOPSIS"
|
|
.sp
|
|
.ad l
|
|
.in +8
|
|
.ti -8
|
|
.BR "ip mroute show" " ["
|
|
.IR PREFIX " ] [ "
|
|
.B from
|
|
.IR PREFIX " ] [ "
|
|
.B iif
|
|
.IR DEVICE " ]"
|
|
|
|
.SH DESCRIPTION
|
|
.B mroute
|
|
objects are multicast routing cache entries created by a user level
|
|
mrouting daemon (f.e.
|
|
.B pimd
|
|
or
|
|
.B mrouted
|
|
).
|
|
|
|
Due to the limitations of the current interface to the multicast routing
|
|
engine, it is impossible to change
|
|
.B mroute
|
|
objects administratively, so we may only display them. This limitation
|
|
will be removed in the future.
|
|
|
|
.SS ip mroute show - list mroute cache entries
|
|
|
|
.TP
|
|
.BI to " PREFIX " (default)
|
|
the prefix selecting the destination multicast addresses to list.
|
|
|
|
.TP
|
|
.BI iif " NAME"
|
|
the interface on which multicast packets are received.
|
|
|
|
.TP
|
|
.BI from " PREFIX"
|
|
the prefix selecting the IP source addresses of the multicast route.
|
|
|
|
.SH SEE ALSO
|
|
.br
|
|
.BR ip (8)
|
|
|
|
.SH AUTHOR
|
|
Original Manpage by Michail Litvak <mci@owl.openwall.com>
|