diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-22 21:56:40 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-22 21:56:40 +0100 |
commit | 246c72b2ae948d1721320abb16a10aa6e0c8eadc (patch) | |
tree | 60e0e602357ef59bc6ba542816121a956c8ac0bf | |
parent | e4b56e2988d3c5599702e858bd2b9ea8ed0ec9a1 (diff) | |
download | vyos-1x-246c72b2ae948d1721320abb16a10aa6e0c8eadc.tar.gz vyos-1x-246c72b2ae948d1721320abb16a10aa6e0c8eadc.zip |
fixup
-rwxr-xr-x | src/conf_mode/lldp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_mode/lldp.py b/src/conf_mode/lldp.py index 9fd32d83f..8c57eacd3 100755 --- a/src/conf_mode/lldp.py +++ b/src/conf_mode/lldp.py @@ -44,7 +44,7 @@ configure system interface pattern "{{ options.listen_on | join(",") }}" configure system ip management pattern "{{ options.addr }}" {%- endif %} {%- for loc in location -%} -{%- if loc.elin -%} +{%- if loc.elin %} configure ports {{ loc.name }} med location elin "{{ loc.elin }}" {%- endif %} {% endfor %} |