diff options
author | Christian Breunig <christian@breunig.cc> | 2024-01-22 08:30:03 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-01-22 13:16:16 +0100 |
commit | 3eea8dbed1bd201373eb8a452239d9565d468b33 (patch) | |
tree | 1057bcfc09a77b5efef6b24b7c84801e6ab8f965 /op-mode-definitions/show-ip-multicast.xml.in | |
parent | c9bceff2191986af504b114d2d8cfc3547f72ed1 (diff) | |
download | vyos-1x-3eea8dbed1bd201373eb8a452239d9565d468b33.tar.gz vyos-1x-3eea8dbed1bd201373eb8a452239d9565d468b33.zip |
op-mode: T5969: list multicast group membership
cpo@LR1.wue3:~$ show ip multicast group interface eth0.201
Interface Family Address
----------- -------- ---------
eth0.201 inet 224.0.0.6
eth0.201 inet 224.0.0.5
eth0.201 inet 224.0.0.1
cpo@LR1.wue3:~$ show ipv6 multicast group interface eth0
Interface Family Address
----------- -------- -----------------
eth0 inet6 ff02::1:ff00:0
eth0 inet6 ff02::1:ffbf:c56d
eth0 inet6 ff05::2
eth0 inet6 ff01::2
eth0 inet6 ff02::2
eth0 inet6 ff02::1
eth0 inet6 ff01::1
Diffstat (limited to 'op-mode-definitions/show-ip-multicast.xml.in')
-rw-r--r-- | op-mode-definitions/show-ip-multicast.xml.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/op-mode-definitions/show-ip-multicast.xml.in b/op-mode-definitions/show-ip-multicast.xml.in index 605d61e8d..00a4704c7 100644 --- a/op-mode-definitions/show-ip-multicast.xml.in +++ b/op-mode-definitions/show-ip-multicast.xml.in @@ -5,9 +5,6 @@ <node name="ip"> <children> <node name="multicast"> - <properties> - <help>Show IP multicast</help> - </properties> <children> <leafNode name="interface"> <properties> |