frr: don’t use undefined variable

This commit is contained in:
Timotej Lazar 2024-08-28 12:39:51 +02:00
parent 211d4bdb9a
commit ec4dcd4ffd

View file

@ -29,7 +29,7 @@ router bgp {{ asn.asn }}
neighbor fabric route-map local out neighbor fabric route-map local out
exit-address-family exit-address-family
{% if cluster.custom_fields and cluster.custom_fields.vlans %} {% if cluster is defined and cluster.custom_fields and cluster.custom_fields.vlans %}
address-family l2vpn evpn address-family l2vpn evpn
neighbor fabric activate neighbor fabric activate
neighbor fabric route-map local out neighbor fabric route-map local out