tests: need aggressive timers in bgp_route_map_match_ipv6_nexthop

Add some timers to make the convergence happen as fast as possible
when a connection fails on the initial attempt.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
Donald Sharp 2024-07-31 11:00:38 -04:00
parent 08bf9cd9f5
commit b52346efe4
2 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,8 @@ router bgp 65001
bgp router-id 10.10.10.1
no bgp ebgp-requires-policy
neighbor 2001:db8::2 remote-as external
neighbor 2001:db8::2 timers 3 10
neighbor 2001:db8::2 timers connect 1
address-family ipv6 unicast
neighbor 2001:db8::2 activate
neighbor 2001:db8::2 route-map r2 in

View File

@ -5,6 +5,8 @@ router bgp 65002
bgp router-id 10.10.10.2
no bgp ebgp-requires-policy
neighbor 2001:db8::1 remote-as external
neighbor 2001:db8::1 timers 3 10
neighbor 2001:db8::1 timers connect 1
address-family ipv6 unicast
redistribute connected
neighbor 2001:db8::1 activate