diff options
| author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2020-04-16 16:05:34 +0300 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-16 16:05:34 +0300 | 
| commit | c845358213872f1ec7b4e2c431fc62de353ff7ab (patch) | |
| tree | 55a49a36b924061761d7e0825d625267d46bf3c9 /tests | |
| parent | 4c749d99dcdc7f0d811d0bbd2858b87f41e4feba (diff) | |
| parent | e51d13ca7c1f54cfc677d4ec860d2cd29e834cf2 (diff) | |
Merge pull request #6238 from donaldsharp/test_evpn_vxlan_cleanup
tests: Cleanup bgp config for evpn vxlan topotest
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/topotests/bgp-evpn-vxlan_topo1/PE1/bgpd.conf | 3 | ||||
| -rw-r--r-- | tests/topotests/bgp-evpn-vxlan_topo1/PE2/bgpd.conf | 3 | 
2 files changed, 2 insertions, 4 deletions
diff --git a/tests/topotests/bgp-evpn-vxlan_topo1/PE1/bgpd.conf b/tests/topotests/bgp-evpn-vxlan_topo1/PE1/bgpd.conf index 720b83e485..d337201f71 100644 --- a/tests/topotests/bgp-evpn-vxlan_topo1/PE1/bgpd.conf +++ b/tests/topotests/bgp-evpn-vxlan_topo1/PE1/bgpd.conf @@ -1,10 +1,9 @@  router bgp 65000 + timers 3 9   bgp router-id 10.10.10.10   no bgp default ipv4-unicast   neighbor 10.30.30.30 remote-as 65000 - neighbor 10.30.30.30 ebgp-multihop 2   neighbor 10.30.30.30 update-source lo - neighbor 10.30.30.30 capability extended-nexthop   address-family l2vpn evpn    neighbor 10.30.30.30 activate    advertise-all-vni diff --git a/tests/topotests/bgp-evpn-vxlan_topo1/PE2/bgpd.conf b/tests/topotests/bgp-evpn-vxlan_topo1/PE2/bgpd.conf index 7739795367..d99e33fc06 100644 --- a/tests/topotests/bgp-evpn-vxlan_topo1/PE2/bgpd.conf +++ b/tests/topotests/bgp-evpn-vxlan_topo1/PE2/bgpd.conf @@ -1,10 +1,9 @@  router bgp 65000 + timers bgp 3 9   bgp router-id 10.30.30.30   no bgp default ipv4-unicast   neighbor 10.10.10.10 remote-as 65000 - neighbor 10.10.10.10 ebgp-multihop 2   neighbor 10.10.10.10 update-source lo - neighbor 10.10.10.10 capability extended-nexthop   !   address-family l2vpn evpn    neighbor 10.10.10.10 activate  | 
