logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

ip-mroute.8 (1213B)


  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 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. .SH DESCRIPTION
  19. .B mroute
  20. objects are multicast routing cache entries created by a user-level
  21. mrouting daemon (f.e.
  22. .B pimd
  23. or
  24. .B mrouted
  25. ).
  26. Due to the limitations of the current interface to the multicast routing
  27. engine, it is impossible to change
  28. .B mroute
  29. objects administratively, so we can only display them. This limitation
  30. will be removed in the future.
  31. .SS ip mroute show - list mroute cache entries
  32. .TP
  33. .BI to " PREFIX " (default)
  34. the prefix selecting the destination multicast addresses to list.
  35. .TP
  36. .BI iif " NAME"
  37. the interface on which multicast packets are received.
  38. .TP
  39. .BI from " PREFIX"
  40. the prefix selecting the IP source addresses of the multicast route.
  41. .TP
  42. .BI table " TABLE_ID"
  43. the table id selecting the multicast table. It can be
  44. .BR local ", " main ", " default ", " all " or a number."
  45. .SH SEE ALSO
  46. .br
  47. .BR ip (8)
  48. .SH AUTHOR
  49. Original Manpage by Michail Litvak <mci@owl.openwall.com>