]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/blob - man/man8/ip-mroute.8
Split up ip man page
[lisovros/iproute2_canprio.git] / man / man8 / ip-mroute.8
1 .TH IP\-MROUTE 8 "20 Dec 2011" "iproute2" "Linux"
2 .SH "NAME"
3 ip 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
18 objects are multicast routing cache entries created by a user level
19 mrouting daemon (f.e.
20 .B pimd
21 or
22 .B mrouted
23 ).
24
25 Due to the limitations of the current interface to the multicast routing
26 engine, it is impossible to change
27 .B mroute
28 objects administratively, so we may only display them.  This limitation
29 will be removed in the future.
30
31 .SS ip mroute show - list mroute cache entries
32
33 .TP
34 .BI to " PREFIX " (default)
35 the prefix selecting the destination multicast addresses to list.
36
37 .TP
38 .BI iif " NAME"
39 the interface on which multicast packets are received.
40
41 .TP
42 .BI from " PREFIX"
43 the 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
50 Original Manpage by Michail Litvak <mci@owl.openwall.com>