diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-03-19 19:50:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-19 19:50:37 +0100 |
| commit | fc06cc45148a42171baf9f4ae01da33c3f0df1aa (patch) | |
| tree | 11eaf65a8a5b73dd3e736201599b3f388aeab725 /op-mode-definitions | |
| parent | 7957857e6b5d6572d2c9831e0e66dac80e7a415e (diff) | |
| parent | 8d1dd6f610fa10d8ba9da03749da67bdd0717b17 (diff) | |
| download | vyos-1x-fc06cc45148a42171baf9f4ae01da33c3f0df1aa.tar.gz vyos-1x-fc06cc45148a42171baf9f4ae01da33c3f0df1aa.zip | |
Merge pull request #5064 from natali-rs1985/T8352
T8352: VPP add op-mode commands to show bonding interfaces
Diffstat (limited to 'op-mode-definitions')
| -rw-r--r-- | op-mode-definitions/show_vpp_interfaces.xml.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/op-mode-definitions/show_vpp_interfaces.xml.in b/op-mode-definitions/show_vpp_interfaces.xml.in index 90a313ef5..094a4e1ef 100644 --- a/op-mode-definitions/show_vpp_interfaces.xml.in +++ b/op-mode-definitions/show_vpp_interfaces.xml.in @@ -63,7 +63,23 @@ <properties> <help>Show VPP bonding information</help> </properties> + <command>${vyos_op_scripts_dir}/vpp.py show_bond</command> <children> + <virtualTagNode> + <properties> + <help>Show bonding information for a specific interface</help> + <completionHelp> + <path>interfaces vpp bonding</path> + </completionHelp> + </properties> + <command>${vyos_op_scripts_dir}/vpp.py show_bond --ifname=$5</command> + </virtualTagNode> + <leafNode name="detail"> + <properties> + <help>Show detailed bonding information</help> + </properties> + <command>${vyos_op_scripts_dir}/vpp.py show_bond_details</command> + </leafNode> <node name="lacp"> <properties> <help>Show VPP LACP information</help> |
