summaryrefslogtreecommitdiff
path: root/data/templates/lldp/vyos.conf.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/lldp/vyos.conf.tmpl')
-rw-r--r--data/templates/lldp/vyos.conf.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/lldp/vyos.conf.tmpl b/data/templates/lldp/vyos.conf.tmpl
index 592dcf61f..14395a223 100644
--- a/data/templates/lldp/vyos.conf.tmpl
+++ b/data/templates/lldp/vyos.conf.tmpl
@@ -13,7 +13,7 @@ configure system description "VyOS {{ version }}"
{% if iface_options.location.elin is defined and iface_options.location.elin is not none %}
configure ports {{ iface }} med location elin "{{ iface_options.location.elin }}"
{% endif %}
-{% if iface_options.location is defined and iface_options.location.coordinate_based is not none and iface_options.location.coordinate_based is not none %}
+{% if iface_options.location is defined and iface_options.location.coordinate_based is defined and iface_options.location.coordinate_based is not none %}
configure ports {{ iface }} med location coordinate latitude "{{ iface_options.location.coordinate_based.latitude }}" longitude "{{ iface_options.location.coordinate_based.longitude }}" altitude "{{ iface_options.location.coordinate_based.altitude }}m" datum "{{ iface_options.location.coordinate_based.datum }}"
{% endif %}
{% endif %}