diff options
author | Christian Breunig <christian@breunig.cc> | 2023-11-13 21:36:31 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-11-13 22:19:32 +0100 |
commit | dd13213ae94f071bc30cc17f5fabef02fbf95939 (patch) | |
tree | a67a9cab6456b9ced10c3fe84327913e10cc9b41 /op-mode-definitions | |
parent | bc83fb097719f5c4c803808572f690fbc367b9e5 (diff) | |
download | vyos-1x-dd13213ae94f071bc30cc17f5fabef02fbf95939.tar.gz vyos-1x-dd13213ae94f071bc30cc17f5fabef02fbf95939.zip |
pim: T5733: fix CLI level of global PIM commands
Diffstat (limited to 'op-mode-definitions')
-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> |