]> git.proxmox.com Git - pve-network.git/blobdiff - test/zones/evpn/exitnode_local_routing/expected_controller_config
controllers: evpn/bgp : add exitnodes-primary && rework route-map
[pve-network.git] / test / zones / evpn / exitnode_local_routing / expected_controller_config
index abd065b8be2e1b286a3deaa080db04d7d5f0162e..876da86b1eeaa9892c15d96a8238893629b59f38 100644 (file)
@@ -22,6 +22,7 @@ router bgp 65000
  neighbor 192.168.0.3 peer-group VTEP
  !
  address-family l2vpn evpn
+  neighbor VTEP route-map MAP_VTEP_OUT out
   neighbor VTEP activate
   advertise-all-vni
  exit-address-family
@@ -33,5 +34,7 @@ router bgp 65000 vrf vrf_myzone
   default-originate ipv6
  exit-address-family
 !
+route-map MAP_VTEP_OUT permit 1
+!
 line vty
 !
\ No newline at end of file