Skip to content

Commit

Permalink
tests: need aggressive timers in bgp_route_map_match_ipv6_nexthop
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
donaldsharp committed Jul 31, 2024
1 parent 08bf9cd commit b52346e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/topotests/bgp_route_map_match_ipv6_nexthop/r1/bgpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions tests/topotests/bgp_route_map_match_ipv6_nexthop/r2/bgpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b52346e

Please sign in to comment.