blob: 98aab88f35198a826cd898fdeb4e6fc3c6201150 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001.TH IP\-MROUTE 8 "20 Dec 2011" "iproute2" "Linux"
2.SH "NAME"
3ip-mroute \- multicast routing cache management
4.SH "SYNOPSIS"
5.sp
6.ad l
7.in +8
8.ti -8
9.BR "ip mroute show" " ["
10.IR PREFIX " ] [ "
11.B from
12.IR PREFIX " ] [ "
13.B iif
14.IR DEVICE " ]"
15
16.SH DESCRIPTION
17.B mroute
18objects are multicast routing cache entries created by a user level
19mrouting daemon (f.e.
20.B pimd
21or
22.B mrouted
23).
24
25Due to the limitations of the current interface to the multicast routing
26engine, it is impossible to change
27.B mroute
28objects administratively, so we may only display them. This limitation
29will be removed in the future.
30
31.SS ip mroute show - list mroute cache entries
32
33.TP
34.BI to " PREFIX " (default)
35the prefix selecting the destination multicast addresses to list.
36
37.TP
38.BI iif " NAME"
39the interface on which multicast packets are received.
40
41.TP
42.BI from " PREFIX"
43the prefix selecting the IP source addresses of the multicast route.
44
45.SH SEE ALSO
46.br
47.BR ip (8)
48
49.SH AUTHOR
50Original Manpage by Michail Litvak <mci@owl.openwall.com>