diff options
| author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2020-04-06 16:33:30 +0300 |
|---|---|---|
| committer | Donatas Abraitis <donatas.abraitis@gmail.com> | 2020-04-14 16:01:46 +0300 |
| commit | c7688a6943ac3080f37ac56b3506939b0f8e6ade (patch) | |
| tree | 39f6bd86272ccecb7c30f167e17e4b8f8c2b50c2 /tests/topotests/bgp_distance_change | |
| parent | 1d3fdccfe1631dca8bd23197fb09499834e3de8f (diff) | |
tests: Enable rfc8212 by default except datacenter profile
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
Diffstat (limited to 'tests/topotests/bgp_distance_change')
| -rw-r--r-- | tests/topotests/bgp_distance_change/r1/bgpd.conf | 1 | ||||
| -rw-r--r-- | tests/topotests/bgp_distance_change/r2/bgpd.conf | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/topotests/bgp_distance_change/r1/bgpd.conf b/tests/topotests/bgp_distance_change/r1/bgpd.conf index 67994702bc..cd2ef675fc 100644 --- a/tests/topotests/bgp_distance_change/r1/bgpd.conf +++ b/tests/topotests/bgp_distance_change/r1/bgpd.conf @@ -1,4 +1,5 @@ router bgp 65000 + no bgp ebgp-requires-policy neighbor 192.168.255.2 remote-as 65001 exit-address-family ! diff --git a/tests/topotests/bgp_distance_change/r2/bgpd.conf b/tests/topotests/bgp_distance_change/r2/bgpd.conf index 206f626da4..0faec85032 100644 --- a/tests/topotests/bgp_distance_change/r2/bgpd.conf +++ b/tests/topotests/bgp_distance_change/r2/bgpd.conf @@ -1,4 +1,5 @@ router bgp 65001 + no bgp ebgp-requires-policy neighbor 192.168.255.1 remote-as 65000 address-family ipv4 redistribute connected |
