From 3eea8dbed1bd201373eb8a452239d9565d468b33 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Mon, 22 Jan 2024 08:30:03 +0100 Subject: 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 --- op-mode-definitions/multicast-group.xml.in | 63 ++++++++++++++++++++++++++++ op-mode-definitions/show-ip-multicast.xml.in | 3 -- 2 files changed, 63 insertions(+), 3 deletions(-) create mode 100644 op-mode-definitions/multicast-group.xml.in (limited to 'op-mode-definitions') diff --git a/op-mode-definitions/multicast-group.xml.in b/op-mode-definitions/multicast-group.xml.in new file mode 100644 index 000000000..39b4e347c --- /dev/null +++ b/op-mode-definitions/multicast-group.xml.in @@ -0,0 +1,63 @@ + + + + + + + + + Show IP multicast + + + + + Show IP multicast group membership + + ${vyos_op_scripts_dir}/multicast.py show_group --family inet + + + + Show IP multicast group membership of specific interface + + + + + ${vyos_op_scripts_dir}/multicast.py show_group --family inet --interface "$6" + + + + + + + + + + + + Show IPv6 multicast + + + + + Show IPv6 multicast group membership + + ${vyos_op_scripts_dir}/multicast.py show_group --family inet6 + + + + Show IP multicast group membership of specific interface + + + + + ${vyos_op_scripts_dir}/multicast.py show_group --family inet6 --interface "$6" + + + + + + + + + + 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 @@ - - Show IP multicast - -- cgit v1.2.3