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-maddress.8 (1101B)


  1. .TH IP\-MADDRESS 8 "20 Dec 2011" "iproute2" "Linux"
  2. .SH "NAME"
  3. ip-maddress \- multicast addresses management
  4. .SH "SYNOPSIS"
  5. .sp
  6. .ad l
  7. .in +8
  8. .ti -8
  9. .B ip
  10. .RI "[ " OPTIONS " ]"
  11. .B maddress
  12. .RI " { " COMMAND " | "
  13. .BR help " }"
  14. .sp
  15. .ti -8
  16. .BR "ip maddress" " [ " add " | " del " ]"
  17. .IB MULTIADDR " dev " NAME
  18. .ti -8
  19. .BR "ip maddress show" " [ " dev
  20. .IR NAME " ]"
  21. .SH DESCRIPTION
  22. .B maddress
  23. objects are multicast addresses.
  24. .SS ip maddress show - list multicast addresses
  25. .TP
  26. .BI dev " NAME " (default)
  27. the device name.
  28. .TP
  29. .B ip maddress add - add a multicast address
  30. .TP
  31. .B ip maddress delete - delete a multicast address
  32. .sp
  33. These commands attach/detach a static link-layer multicast address
  34. to listen on the interface.
  35. Note that it is impossible to join protocol multicast groups
  36. statically. This command only manages link-layer addresses.
  37. .RS
  38. .TP
  39. .BI address " LLADDRESS " (default)
  40. the link-layer multicast address.
  41. .TP
  42. .BI dev " NAME"
  43. the device to join/leave this multicast address.
  44. .RE
  45. .SH SEE ALSO
  46. .br
  47. .BR ip (8)
  48. .SH AUTHOR
  49. Original Manpage by Michail Litvak <mci@owl.openwall.com>