]> git.puffer.fish Git - mirror/frr.git/commitdiff
tests: need aggressive timers in bgp_prefix_list_any 16510/head
authorDonald Sharp <sharpd@nvidia.com>
Wed, 31 Jul 2024 15:43:07 +0000 (11:43 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 31 Jul 2024 15:44:06 +0000 (11:44 -0400)
Add some timers to make convergence happan as fast as possible
when a connection fails on the intial attempt.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/bgp_prefix_list_any/r1/bgpd.conf
tests/topotests/bgp_prefix_list_any/r2/bgpd.conf

index 14c28ca9068475de29fc13a8126794a3fcc2c6a1..593442a42a4a74e3ca192f76b9ddfa16288ec8e8 100644 (file)
@@ -4,6 +4,10 @@ router bgp 65001
  no bgp network import-check
  neighbor 192.168.1.2 remote-as external
  neighbor 2001:db8:1::2 remote-as external
+ neighbor 192.168.1.2 timers 3 10
+ neighbor 192.168.1.2 timers connect 1
+ neighbor 2001:db8:1::2 timers 3 10
+ neighbor 2001:db8:1::2 timers connect 1
  address-family ipv4 unicast
   network 192.168.0.1/32
   no neighbor 2001:db8:1::2 activate
index 733205928f3e222f6bbaa0cfb1a893d23f06d5cc..0de5bd3355098c9997aff0c042f0d4efbe6cc5aa 100644 (file)
@@ -6,6 +6,10 @@ router bgp 65002
  no bgp network import-check
  neighbor 192.168.1.1 remote-as external
  neighbor 2001:db8:1::1 remote-as external
+ neighbor 192.168.1.1 timers 3 10
+ neighbor 192.168.1.1 timers connect 1
+ neighbor 2001:db8:1::1 timers 3 10
+ neighbor 2001:db8:1::1 timers connect 1
  address-family ipv4 unicast
   network 10.10.10.1/32
   network 10.10.10.2/32