The command "show interfaces system" shows information about interfaces twice.
Description
Description
Details
Details
- Version
- 1.3.2
- Is it a breaking change?
- Unspecified (possibly destroys the router)
- Issue type
- Unspecified (please specify)
Event Timeline
Comment Actions
<?xml version="1.0"?> <interfaceDefinition> <node name="show"> <children> <node name="interfaces"> <properties> <help>Show network interface information</help> </properties> <command>${vyos_op_scripts_dir}/interfaces.py show_summary</command> <children> <leafNode name="counters"> <properties> <help>Show network interface counters</help> </properties> <command>${vyos_op_scripts_dir}/interfaces.py show_counters</command> </leafNode> <leafNode name="detail"> <properties> <help>Show detailed information of all interfaces</help> </properties> <command>${vyos_op_scripts_dir}/interfaces.py show</command> </leafNode> </children> </node> </children> </node> </interfaceDefinition>
With command show interfaces system: Show network information of all interfaces
I couldn't find any description of this code, but the system understood.
Comment Actions
Now we receive this error in 1.5-rolling-202312060024 when the command is executed:
vyos@R1:~$ show interfaces system -vbash: /opt/vyatta/bin/vyatta-show-interfaces: No such file or directory