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_ipv6_rtadv | |
| 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_ipv6_rtadv')
| -rw-r--r-- | tests/topotests/bgp_ipv6_rtadv/r1/bgpd.conf | 1 | ||||
| -rw-r--r-- | tests/topotests/bgp_ipv6_rtadv/r2/bgpd.conf | 1 | 
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/topotests/bgp_ipv6_rtadv/r1/bgpd.conf b/tests/topotests/bgp_ipv6_rtadv/r1/bgpd.conf index 1623b4578b..4d96bec2cb 100644 --- a/tests/topotests/bgp_ipv6_rtadv/r1/bgpd.conf +++ b/tests/topotests/bgp_ipv6_rtadv/r1/bgpd.conf @@ -1,5 +1,6 @@  router bgp 101   bgp router-id 10.254.254.1 + no bgp ebgp-requires-policy   neighbor r2g peer-group   neighbor r2g remote-as external   neighbor r2g bfd diff --git a/tests/topotests/bgp_ipv6_rtadv/r2/bgpd.conf b/tests/topotests/bgp_ipv6_rtadv/r2/bgpd.conf index bf42d21812..4d02fc4f29 100644 --- a/tests/topotests/bgp_ipv6_rtadv/r2/bgpd.conf +++ b/tests/topotests/bgp_ipv6_rtadv/r2/bgpd.conf @@ -1,5 +1,6 @@  router bgp 102   bgp router-id 10.254.254.2 + no bgp ebgp-requires-policy   neighbor r2g peer-group   neighbor r2g remote-as external   neighbor r2g bfd  | 
