]> git.proxmox.com Git - pve-network.git/blobdiff - test/zones/evpn/exitnode_snat/expected_controller_config
controllers: evpn : remove ip forwarding, ipv6 forwarding and add frr version
[pve-network.git] / test / zones / evpn / exitnode_snat / expected_controller_config
index 57ff6ffaffd9fbbd6a58726010fcb3b3895497d8..96d89f332c844cb52e0c986d9b609b44f6e8a51c 100644 (file)
@@ -1,9 +1,8 @@
-log syslog informational
-ip forwarding
-ipv6 forwarding
+frr version 8.0.1
 frr defaults datacenter
-service integrated-vtysh-config
 hostname localhost
+log syslog informational
+service integrated-vtysh-config
 !
 !
 vrf vrf_myzone
@@ -29,11 +28,13 @@ router bgp 65000
  exit-address-family
  !
  address-family l2vpn evpn
+  neighbor VTEP route-map MAP_VTEP_OUT out
   neighbor VTEP activate
   advertise-all-vni
  exit-address-family
 !
 router bgp 65000 vrf vrf_myzone
+ bgp router-id 192.168.0.1
  !
  address-family ipv4 unicast
   redistribute connected
@@ -48,5 +49,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