diff options
author | Christian Breunig <christian@breunig.cc> | 2023-11-13 21:36:31 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-11-15 20:23:49 +0100 |
commit | ce21078a983552db3f36ee95ca6bc55dd15fa170 (patch) | |
tree | 24c380311a0cb3aadb3a5afeba6aa856915188eb /op-mode-definitions/show-ip-pim.xml.in | |
parent | 383231dae8c01ea58d0c956688ecd87f739be97e (diff) | |
download | vyos-1x-ce21078a983552db3f36ee95ca6bc55dd15fa170.tar.gz vyos-1x-ce21078a983552db3f36ee95ca6bc55dd15fa170.zip |
pim: T5733: fix CLI level of global PIM commands
(cherry picked from commit dd13213ae94f071bc30cc17f5fabef02fbf95939)
Diffstat (limited to 'op-mode-definitions/show-ip-pim.xml.in')
-rw-r--r-- | op-mode-definitions/show-ip-pim.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/show-ip-pim.xml.in b/op-mode-definitions/show-ip-pim.xml.in index 3e0bff064..9deba1f07 100644 --- a/op-mode-definitions/show-ip-pim.xml.in +++ b/op-mode-definitions/show-ip-pim.xml.in @@ -63,7 +63,7 @@ </properties> <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </leafNode> - <leafNode name="interfaces"> + <leafNode name="interface"> <properties> <help>PIM interfaces information</help> </properties> |