From 246c72b2ae948d1721320abb16a10aa6e0c8eadc Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 22 Dec 2019 21:56:40 +0100 Subject: fixup --- src/conf_mode/lldp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %} -- cgit v1.2.3