diff options
Diffstat (limited to 'tests/topotests/bgp_dynamic_capability/r2/frr.conf')
| -rw-r--r-- | tests/topotests/bgp_dynamic_capability/r2/frr.conf | 16 | 
1 files changed, 15 insertions, 1 deletions
diff --git a/tests/topotests/bgp_dynamic_capability/r2/frr.conf b/tests/topotests/bgp_dynamic_capability/r2/frr.conf index 3cc1f1fc39..cca07078ea 100644 --- a/tests/topotests/bgp_dynamic_capability/r2/frr.conf +++ b/tests/topotests/bgp_dynamic_capability/r2/frr.conf @@ -7,6 +7,7 @@ int lo  !  int r2-eth0   ip address 192.168.1.2/24 + ipv6 address 2001:db8::2/64  !  router bgp 65002   bgp graceful-restart @@ -16,9 +17,22 @@ router bgp 65002   neighbor 192.168.1.1 timers 1 3   neighbor 192.168.1.1 timers connect 1   neighbor 192.168.1.1 capability dynamic - neighbor 192.168.1.1 addpath-rx-paths-limit 20 + neighbor 192.168.1.1 capability extended-nexthop + neighbor 2001:db8::1 remote-as external + neighbor 2001:db8::1 timers 1 3 + neighbor 2001:db8::1 timers connect 1 + neighbor 2001:db8::1 capability dynamic + neighbor 2001:db8::1 capability extended-nexthop   !   address-family ipv4 unicast    redistribute connected +  neighbor 192.168.1.1 addpath-tx-all-paths +  neighbor 192.168.1.1 disable-addpath-rx +  neighbor 192.168.1.1 addpath-rx-paths-limit 20 + exit-address-family + ! + address-family ipv6 unicast +  redistribute connected +  neighbor 2001:db8::1 activate   exit-address-family  !  | 
