summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-interfaces.xml.in
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2023-11-17 07:46:58 +0000
committerViacheslav Hletenko <v.gletenko@vyos.io>2023-11-17 07:46:58 +0000
commit056885c02b8671279808c226a759de6c5356f578 (patch)
tree9d1707faa50b13d0a251c0f8a3088e51490b679c /op-mode-definitions/show-interfaces.xml.in
parent96ed4f8f130aab266646ac399fdd7465b4751e44 (diff)
downloadvyos-1x-056885c02b8671279808c226a759de6c5356f578.tar.gz
vyos-1x-056885c02b8671279808c226a759de6c5356f578.zip
T5749: Swap show interfaces and show interfaces summary
By default show VRF, MAC, MTU for `show interfaces` The original `show interfaces` moved to `show interfacces summary`
Diffstat (limited to 'op-mode-definitions/show-interfaces.xml.in')
-rw-r--r--op-mode-definitions/show-interfaces.xml.in4
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>