diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-08-10 20:02:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-10 20:02:13 +0200 |
commit | e9b954a9e4d0a7af907c5add4c706591c50d2297 (patch) | |
tree | 4e63910b09214e9ec2cb0b849d3c2f85c800e41e | |
parent | 98e5105de4390780cf12494c59a06aae5433a67b (diff) | |
parent | 81e3f35cfbe860f9c45f109b66aeb7b826cad865 (diff) | |
download | vyos-1x-e9b954a9e4d0a7af907c5add4c706591c50d2297.tar.gz vyos-1x-e9b954a9e4d0a7af907c5add4c706591c50d2297.zip |
Merge pull request #524 from sever-sever/T2779
op-mode:T2779:Fix lldp neigh interface ethX
-rw-r--r-- | op-mode-definitions/lldp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/lldp.xml b/op-mode-definitions/lldp.xml index e954fb8cf..297ccf1f4 100644 --- a/op-mode-definitions/lldp.xml +++ b/op-mode-definitions/lldp.xml @@ -26,7 +26,7 @@ <script>${vyos_completion_dir}/list_interfaces.py</script> </completionHelp> </properties> - <command>${vyos_op_scripts_dir}/lldp_op.py --interface $4</command> + <command>${vyos_op_scripts_dir}/lldp_op.py --interface $5</command> </tagNode> </children> </node> |