From b52346efe404de8da5e0dd6ff41e6a1ec4dd1621 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Wed, 31 Jul 2024 11:00:38 -0400 Subject: [PATCH] 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 --- tests/topotests/bgp_route_map_match_ipv6_nexthop/r1/bgpd.conf | 2 ++ tests/topotests/bgp_route_map_match_ipv6_nexthop/r2/bgpd.conf | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tests/topotests/bgp_route_map_match_ipv6_nexthop/r1/bgpd.conf b/tests/topotests/bgp_route_map_match_ipv6_nexthop/r1/bgpd.conf index 8b743bd3206e..11e57ca93222 100644 --- a/tests/topotests/bgp_route_map_match_ipv6_nexthop/r1/bgpd.conf +++ b/tests/topotests/bgp_route_map_match_ipv6_nexthop/r1/bgpd.conf @@ -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 diff --git a/tests/topotests/bgp_route_map_match_ipv6_nexthop/r2/bgpd.conf b/tests/topotests/bgp_route_map_match_ipv6_nexthop/r2/bgpd.conf index 61c36d366bbe..abd0ab9a41f3 100644 --- a/tests/topotests/bgp_route_map_match_ipv6_nexthop/r2/bgpd.conf +++ b/tests/topotests/bgp_route_map_match_ipv6_nexthop/r2/bgpd.conf @@ -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