diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2023-11-17 07:46:58 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2023-11-17 07:46:58 +0000 |
commit | 056885c02b8671279808c226a759de6c5356f578 (patch) | |
tree | 9d1707faa50b13d0a251c0f8a3088e51490b679c /op-mode-definitions/show-interfaces.xml.in | |
parent | 96ed4f8f130aab266646ac399fdd7465b4751e44 (diff) | |
download | vyos-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.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> |