Compare commits

..

No commits in common. "master" and "cb9aef72fc6bfdca0da01a82ade2ada25627f90e" have entirely different histories.

2 changed files with 1 additions and 6 deletions

View File

@ -1,5 +1,5 @@
Example server with loads of things going on Example server with loads of things going on
config_network_interfaces: true config_network_interfaces: true
enable_configured_interfaces_after_defining: false enable_configured_interfaces_after_defining: false

View File

@ -96,11 +96,6 @@ router bgp {{host_ASN}}
exit-address-family exit-address-family
! !
address-family l2vpn evpn address-family l2vpn evpn
{% if frr_other_peers is defined and frr_other_peers != [] %}
{% for item in frr_other_peers %}
neighbor {{ item['ip'] }} activate
{% endfor %}
{% endif %}
neighbor fabric activate neighbor fabric activate
advertise-all-vni advertise-all-vni
advertise-default-gw advertise-default-gw