Options (5)
booleanList multicast addresses and how many programs are subscribed to them
Example:
ip {{[m|maddress]}}booleanList device specific addresses
Example:
ip {{[m|maddress]}} {{[s|show]}} dev {{ethX}}booleanJoin a multicast group statically
Example:
sudo ip {{[m|maddress]}} {{[a|add]}} {{33:33:00:00:00:02}} dev {{ethX}}booleanLeave a static multicast group
Example:
sudo ip {{[m|maddress]}} {{[d|delete]}} {{33:33:00:00:00:02}} dev {{ethX}}booleanDisplay help
Example:
ip {{[m|maddress]}} {{[h|help]}}made by @shridhargupta | data from tldr-pages