diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-03-06 20:20:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-06 20:20:22 +0100 |
| commit | 479e3d78ba9280ccb30b8e42c1f12b9fc5ae0522 (patch) | |
| tree | 9288424755e092111ff94bff9f7b738d58bec75e | |
| parent | 20e005fc88c2a5182b0b711245272724a0e9d853 (diff) | |
| parent | 1e9d8a8546226af3dfbbc0752e58d5967fa1e44e (diff) | |
| download | vyos-1x-479e3d78ba9280ccb30b8e42c1f12b9fc5ae0522.tar.gz vyos-1x-479e3d78ba9280ccb30b8e42c1f12b9fc5ae0522.zip | |
Merge pull request #5033 from natali-rs1985/T8350
op-mode: T8350: Move VPP op-mode 'show vpp interfaces' to 'show interfaces vpp'
| -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> |
