Compare commits
No commits in common. "master" and "cb9aef72fc6bfdca0da01a82ade2ada25627f90e" have entirely different histories.
master
...
cb9aef72fc
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue