diff options
| -rw-r--r-- | op-mode-definitions/show_vpp_interfaces.xml.in | 7 | ||||
| -rw-r--r-- | op-mode-definitions/show_vpp_nat44.xml.in | 3 |
2 files changed, 5 insertions, 5 deletions
diff --git a/op-mode-definitions/show_vpp_interfaces.xml.in b/op-mode-definitions/show_vpp_interfaces.xml.in index 75bb05240..cb3775d4d 100644 --- a/op-mode-definitions/show_vpp_interfaces.xml.in +++ b/op-mode-definitions/show_vpp_interfaces.xml.in @@ -2,12 +2,9 @@ <interfaceDefinition> <node name="show"> <children> - <node name="vpp"> - <properties> - <help>Show VPP information</help> - </properties> + <node name="interfaces"> <children> - <node name="interfaces"> + <node name="vpp"> <properties> <help>Show VPP interface information</help> </properties> diff --git a/op-mode-definitions/show_vpp_nat44.xml.in b/op-mode-definitions/show_vpp_nat44.xml.in index 1d683bec9..44fa28e33 100644 --- a/op-mode-definitions/show_vpp_nat44.xml.in +++ b/op-mode-definitions/show_vpp_nat44.xml.in @@ -3,6 +3,9 @@ <node name="show"> <children> <node name="vpp"> + <properties> + <help>Show VPP information</help> + </properties> <children> <node name="nat"> <children> |
