diff options
Diffstat (limited to 'op-mode-definitions/show-interfaces.xml')
-rw-r--r-- | op-mode-definitions/show-interfaces.xml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/op-mode-definitions/show-interfaces.xml b/op-mode-definitions/show-interfaces.xml deleted file mode 100644 index 39b0f0a2c..000000000 --- a/op-mode-definitions/show-interfaces.xml +++ /dev/null @@ -1,27 +0,0 @@ -<?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}/show_interfaces.py --action=show-brief</command> - <children> - <leafNode name="counters"> - <properties> - <help>Show network interface counters</help> - </properties> - <command>${vyos_op_scripts_dir}/show_interfaces.py --action=show-count</command> - </leafNode> - <leafNode name="detail"> - <properties> - <help>Show detailed information of all interfaces</help> - </properties> - <command>${vyos_op_scripts_dir}/show_interfaces.py --action=show</command> - </leafNode> - </children> - </node> - </children> - </node> -</interfaceDefinition> |