]> git.puffer.fish Git - mirror/frr.git/commitdiff
tests: bfd_profiles_topo1 is taking a long time to reconnect
authorDonald Sharp <sharpd@nvidia.com>
Thu, 5 Dec 2024 15:13:51 +0000 (10:13 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 5 Dec 2024 15:19:55 +0000 (10:19 -0500)
Make it faster

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

index 1aab1d1372e8d65d3ff8a3570f12aad4561a10f6..0fe6f1c1c4ca4d2ecdd6163c8e6c7bb7d39e228b 100644 (file)
@@ -5,9 +5,11 @@ router bgp 100
  no bgp ebgp-requires-policy
  neighbor 172.16.1.1 remote-as 100
  neighbor 172.16.1.1 timers 3 10
+ neighbor 172.16.1.1 timers connect 1
  neighbor 172.16.1.1 bfd profile fasttx
  neighbor 2001:db8:2::2 remote-as 200
  neighbor 2001:db8:2::2 timers 3 10
+ neighbor 2001:db8:2::2 timers connect 1
  neighbor 2001:db8:2::2 ebgp-multihop 2
  neighbor 2001:db8:2::2 bfd profile slowtx
  address-family ipv4 unicast
index 65647b39e51dd09d2e2b53292329a5c6f20dd502..d1168d93bc32b6c9fa6830a07104b54c97649adf 100644 (file)
@@ -2,6 +2,7 @@ router bgp 100
  bgp router-id 10.254.254.3
  neighbor 172.16.1.2 remote-as 100
  neighbor 172.16.1.2 timers 3 10
+ neighbor 172.16.1.2 timers connect 1
  neighbor 172.16.1.2 bfd profile DOES_NOT_EXIST
  address-family ipv4 unicast
   redistribute connected
index 12d68270f8afc3ef16786bf09bb5064ed7a83468..1a8e6bb94dc797b0539a227498a7886c31c37c14 100644 (file)
@@ -5,6 +5,7 @@ router bgp 200
  no bgp ebgp-requires-policy
  neighbor 2001:db8:1::2 remote-as 100
  neighbor 2001:db8:1::2 timers 3 10
+ neighbor 2001:db8:1::2 timers connect 1
  neighbor 2001:db8:1::2 ebgp-multihop 2
  neighbor 2001:db8:1::2 bfd profile DOES_NOT_EXIST
  address-family ipv4 unicast