frr: don’t use undefined variable
This commit is contained in:
parent
211d4bdb9a
commit
ec4dcd4ffd
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue