diff options
author | Christian Breunig <christian@breunig.cc> | 2023-11-13 22:19:44 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-11-13 22:23:09 +0100 |
commit | 403d2ffd6e46cb082b1d16ddf515e1784bee968c (patch) | |
tree | 199df6028fd540db6c841cfcb4911cfc1e4003a2 /op-mode-definitions/show-ipv6-mld.xml.in | |
parent | 6ce2ecb10884a4b79a7643e22596a2d03d805a91 (diff) | |
download | vyos-1x-403d2ffd6e46cb082b1d16ddf515e1784bee968c.tar.gz vyos-1x-403d2ffd6e46cb082b1d16ddf515e1784bee968c.zip |
pim6: T5733: add missing FRR PIM6 related features
Diffstat (limited to 'op-mode-definitions/show-ipv6-mld.xml.in')
-rw-r--r-- | op-mode-definitions/show-ipv6-mld.xml.in | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/op-mode-definitions/show-ipv6-mld.xml.in b/op-mode-definitions/show-ipv6-mld.xml.in new file mode 100644 index 000000000..5c719f700 --- /dev/null +++ b/op-mode-definitions/show-ipv6-mld.xml.in @@ -0,0 +1,42 @@ +<?xml version="1.0"?> +<interfaceDefinition> + <node name="show"> + <children> + <node name="ipv6"> + <children> + <node name="mld"> + <properties> + <help>Show MLD (Multicast Listener Discovery) information</help> + </properties> + <children> + <leafNode name="groups"> + <properties> + <help>MLD group information</help> + </properties> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + </leafNode> + <leafNode name="interface"> + <properties> + <help>MLD interface information</help> + </properties> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + </leafNode> + <leafNode name="joins"> + <properties> + <help>MLD joined groups and sources</help> + </properties> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + </leafNode> + <leafNode name="statistics"> + <properties> + <help>MLD statistics</help> + </properties> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> + </leafNode> + </children> + </node> + </children> + </node> + </children> + </node> +</interfaceDefinition> |