]> git.proxmox.com Git - mirror_iproute2.git/blame - man/man8/ip-mroute.8
ip-xfrm: Add support for OUTPUT_MARK
[mirror_iproute2.git] / man / man8 / ip-mroute.8
CommitLineData
2a898320 1.TH IP\-MROUTE 8 "13 Dec 2012" "iproute2" "Linux"
2a9721f1 2.SH "NAME"
aab2702d 3ip-mroute \- multicast routing cache management
2a9721f1
SH
4.SH "SYNOPSIS"
5.sp
6.ad l
7.in +8
8.ti -8
e895ae0b 9.BR "ip mroute show" " [ [ "
2a898320 10.BR " to " " ] "
2a9721f1
SH
11.IR PREFIX " ] [ "
12.B from
13.IR PREFIX " ] [ "
14.B iif
2a898320
ND
15.IR DEVICE " ] [ "
16.B table
17.IR TABLE_ID " ] "
2a9721f1
SH
18
19.SH DESCRIPTION
20.B mroute
49572501 21objects are multicast routing cache entries created by a user-level
2a9721f1
SH
22mrouting daemon (f.e.
23.B pimd
24or
25.B mrouted
26).
27
28Due to the limitations of the current interface to the multicast routing
29engine, it is impossible to change
30.B mroute
a89d5329 31objects administratively, so we can only display them. This limitation
2a9721f1
SH
32will be removed in the future.
33
34.SS ip mroute show - list mroute cache entries
35
36.TP
37.BI to " PREFIX " (default)
38the prefix selecting the destination multicast addresses to list.
39
40.TP
41.BI iif " NAME"
42the interface on which multicast packets are received.
43
44.TP
45.BI from " PREFIX"
46the prefix selecting the IP source addresses of the multicast route.
47
2a898320
ND
48.TP
49.BI table " TABLE_ID"
50the table id selecting the multicast table. It can be
51.BR local ", " main ", " default ", " all " or a number."
52
2a9721f1
SH
53.SH SEE ALSO
54.br
55.BR ip (8)
56
57.SH AUTHOR
58Original Manpage by Michail Litvak <mci@owl.openwall.com>