]> git.puffer.fish Git - mirror/frr.git/commitdiff
tests: need aggressive timers in bgp_route_map_match_ipv6_nexthop
authorDonald Sharp <sharpd@nvidia.com>
Wed, 31 Jul 2024 15:00:38 +0000 (11:00 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 31 Jul 2024 15:01:54 +0000 (11:01 -0400)
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>
tests/topotests/bgp_route_map_match_ipv6_nexthop/r1/bgpd.conf
tests/topotests/bgp_route_map_match_ipv6_nexthop/r2/bgpd.conf

index 8b743bd3206ea1822f58aa3834a39774bc872ddf..11e57ca93222daeec3bf0d9f555c4615ae36531b 100644 (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
index 61c36d366bbe9ffed7f499a168ff1949a28f7c32..abd0ab9a41f3891063927a3dae9541309a93289a 100644 (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