]> git.proxmox.com Git - mirror_iproute2.git/blob - man/man8/ip-mroute.8
update kernel headers based on net-next 3.21
[mirror_iproute2.git] / man / man8 / ip-mroute.8
1 .TH IP\-MROUTE 8 "13 Dec 2012" "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 " " [ ip-OPTIONS ] " "mroute show" " [ [ "
10 .BR " to " " ] "
11 .IR PREFIX " ] [ "
12 .B from
13 .IR PREFIX " ] [ "
14 .B iif
15 .IR DEVICE " ] [ "
16 .B table
17 .IR TABLE_ID " ] "
18
19 .SH DESCRIPTION
20 .B mroute
21 objects are multicast routing cache entries created by a user-level
22 mrouting daemon (f.e.
23 .B pimd
24 or
25 .B mrouted
26 ).
27
28 Due to the limitations of the current interface to the multicast routing
29 engine, it is impossible to change
30 .B mroute
31 objects administratively, so we can only display them. This limitation
32 will be removed in the future.
33
34 .SS ip mroute show - list mroute cache entries
35
36 .TP
37 .BI to " PREFIX " (default)
38 the prefix selecting the destination multicast addresses to list.
39
40 .TP
41 .BI iif " NAME"
42 the interface on which multicast packets are received.
43
44 .TP
45 .BI from " PREFIX"
46 the prefix selecting the IP source addresses of the multicast route.
47
48 .TP
49 .BI table " TABLE_ID"
50 the table id selecting the multicast table. It can be
51 .BR local ", " main ", " default ", " all " or a number."
52
53 .SH SEE ALSO
54 .br
55 .BR ip (8)
56
57 .SH AUTHOR
58 Original Manpage by Michail Litvak <mci@owl.openwall.com>