From bc42dc94cd9d9979e84b4bd6e086893358417c92 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Thu, 12 Jan 2023 18:07:53 +0100 Subject: T4911: op-mode: rewrite LLDP in standardised op-mode format --- op-mode-definitions/lldp.xml.in | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'op-mode-definitions') diff --git a/op-mode-definitions/lldp.xml.in b/op-mode-definitions/lldp.xml.in index 297ccf1f4..07cafa77f 100644 --- a/op-mode-definitions/lldp.xml.in +++ b/op-mode-definitions/lldp.xml.in @@ -11,14 +11,8 @@ Show LLDP neighbors - ${vyos_op_scripts_dir}/lldp_op.py --all + ${vyos_op_scripts_dir}/lldp.py show_neighbors - - - Show LLDP neighbor details - - ${vyos_op_scripts_dir}/lldp_op.py --detail - Show LLDP for specified interface @@ -26,7 +20,7 @@ - ${vyos_op_scripts_dir}/lldp_op.py --interface $5 + ${vyos_op_scripts_dir}/lldp.py show_neighbors --interface $5 -- cgit v1.2.3