diff options
author | l0crian1 <ryan.claridge13@gmail.com> | 2025-04-20 21:01:23 -0400 |
---|---|---|
committer | l0crian1 <ryan.claridge13@gmail.com> | 2025-04-20 21:01:23 -0400 |
commit | e4ff4b60cde75bd1f76dc2a1c05d956a7531e5a5 (patch) | |
tree | d50ceec375da20e76ad0211a3da3831773935774 | |
parent | e4a4d7f5ae2ef67c3142266337c2bfdea92e122e (diff) | |
download | vyos-1x-e4ff4b60cde75bd1f76dc2a1c05d956a7531e5a5.tar.gz vyos-1x-e4ff4b60cde75bd1f76dc2a1c05d956a7531e5a5.zip |
interfaces: t7268: Add op-mode command for show all interfaces on system
Fixed XML formatting.
-rw-r--r-- | op-mode-definitions/show-interfaces.xml.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/op-mode-definitions/show-interfaces.xml.in b/op-mode-definitions/show-interfaces.xml.in index b68aa8e1c..2d94080c7 100644 --- a/op-mode-definitions/show-interfaces.xml.in +++ b/op-mode-definitions/show-interfaces.xml.in @@ -40,8 +40,6 @@ </properties> <command>${vyos_op_scripts_dir}/interfaces.py show_kernel --intf-name=$4 --detail</command> </leafNode> - </children> - <children> <leafNode name="json"> <properties> <help>Show system interface in JSON format</help> @@ -58,7 +56,7 @@ <children> <leafNode name="detail"> <properties> - <help>Show all interfaces in JSON format</help> + <help>Show system interface in JSON format</help> </properties> <command>${vyos_op_scripts_dir}/interfaces.py show_kernel --detail</command> </leafNode> |