diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2023-11-18 12:37:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-18 12:37:50 +0200 |
commit | b2c9187b95d7d94468997b66c185465b8bef354c (patch) | |
tree | c0f8e3c84d7fa350dd3f72b26517be92351ceca2 /op-mode-definitions/show-interfaces.xml.in | |
parent | a017d2337d8ea6957ca23f63e418ac14b7921fd3 (diff) | |
parent | 2f39874166278960af0a677c8e56d5c76d8fa138 (diff) | |
download | vyos-1x-b2c9187b95d7d94468997b66c185465b8bef354c.tar.gz vyos-1x-b2c9187b95d7d94468997b66c185465b8bef354c.zip |
Merge pull request #2502 from vyos/mergify/bp/sagitta/pr-2500
T5749: Swap show interfaces and show interfaces summary (backport #2500)
Diffstat (limited to 'op-mode-definitions/show-interfaces.xml.in')
-rw-r--r-- | op-mode-definitions/show-interfaces.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/op-mode-definitions/show-interfaces.xml.in b/op-mode-definitions/show-interfaces.xml.in index b58e0efea..09466647d 100644 --- a/op-mode-definitions/show-interfaces.xml.in +++ b/op-mode-definitions/show-interfaces.xml.in @@ -6,7 +6,7 @@ <properties> <help>Show network interface information</help> </properties> - <command>${vyos_op_scripts_dir}/interfaces.py show_summary</command> + <command>${vyos_op_scripts_dir}/interfaces.py show_summary_extended</command> <children> <leafNode name="counters"> <properties> @@ -24,7 +24,7 @@ <properties> <help>Show summary information of all interfaces</help> </properties> - <command>${vyos_op_scripts_dir}/interfaces.py show_summary_extended</command> + <command>${vyos_op_scripts_dir}/interfaces.py show_summary</command> </leafNode> </children> </node> |