diff options
| author | l0crian1 <ryan.claridge13@gmail.com> | 2025-09-02 11:45:08 -0400 |
|---|---|---|
| committer | l0crian1 <ryan.claridge13@gmail.com> | 2025-09-02 11:45:08 -0400 |
| commit | e92d00786e7cec3cc9cd144d061a0d66956bc7fe (patch) | |
| tree | 5b5d00ad1eef7f3ce3f739f7b686cfee3e401ad8 | |
| parent | 6403816d96f3675e66471d5c7cc464798d68a4cd (diff) | |
| download | vyos-1x-e92d00786e7cec3cc9cd144d061a0d66956bc7fe.tar.gz vyos-1x-e92d00786e7cec3cc9cd144d061a0d66956bc7fe.zip | |
op-mode: T7764: Add 'vlan-to-vni statistics' op-mode command
- Fix typo in 'vlan-to-vni statistics' help text
| -rw-r--r-- | op-mode-definitions/show-interfaces-vxlan.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/show-interfaces-vxlan.xml.in b/op-mode-definitions/show-interfaces-vxlan.xml.in index 11b0a64a6..6241361d9 100644 --- a/op-mode-definitions/show-interfaces-vxlan.xml.in +++ b/op-mode-definitions/show-interfaces-vxlan.xml.in @@ -54,7 +54,7 @@ </leafNode> <leafNode name="statistics"> <properties> - <help>Show statistics for the t0 VNI mapping</help> + <help>Show VLAN to VNI statistics for the specified VLAN</help> </properties> <command>${vyos_op_scripts_dir}/interfaces.py show_vlan_to_vni --intf-name="$4" --vid="$7" --statistics</command> </leafNode> |
