X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=test%2Fzones%2Fevpn%2Fadvertise_subnets%2Fexpected_controller_config;h=1a7fea2590715ebcf56f8610a2c00fc03bd5bf14;hb=4bd3d7bf73fccf230552a85d46978a287faa5082;hp=cdaf0d481eaa4884f08c7e8b746977d6590382c6;hpb=847f51445231e827bfa6b5c81ac38ae80fd89e05;p=pve-network.git diff --git a/test/zones/evpn/advertise_subnets/expected_controller_config b/test/zones/evpn/advertise_subnets/expected_controller_config index cdaf0d4..1a7fea2 100644 --- a/test/zones/evpn/advertise_subnets/expected_controller_config +++ b/test/zones/evpn/advertise_subnets/expected_controller_config @@ -1,9 +1,8 @@ -log syslog informational -ip forwarding -ipv6 forwarding +frr version 8.2.2 frr defaults datacenter -service integrated-vtysh-config hostname localhost +log syslog informational +service integrated-vtysh-config ! ! vrf vrf_myzone @@ -21,12 +20,14 @@ router bgp 65000 neighbor 192.168.0.3 peer-group VTEP ! address-family l2vpn evpn + neighbor VTEP route-map MAP_VTEP_IN in 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 @@ -41,6 +42,8 @@ router bgp 65000 vrf vrf_myzone advertise ipv6 unicast exit-address-family ! +route-map MAP_VTEP_IN permit 1 +! route-map MAP_VTEP_OUT permit 1 ! line vty