]> git.proxmox.com Git - mirror_frr.git/commitdiff
tests: Fix timers command for bgp_disable_addpath_rx test
authorDonatas Abraitis <donatas@opensourcerouting.org>
Sat, 20 May 2023 07:06:49 +0000 (10:06 +0300)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Sat, 20 May 2023 07:06:49 +0000 (10:06 +0300)
Was incorrectly setting BGP timers.

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
tests/topotests/bgp_disable_addpath_rx/r1/bgpd.conf
tests/topotests/bgp_disable_addpath_rx/r2/bgpd.conf
tests/topotests/bgp_disable_addpath_rx/r3/bgpd.conf
tests/topotests/bgp_disable_addpath_rx/r4/bgpd.conf

index af1353e0e01bf8342ac1d33d134a1cce715b97c0..44b009e9cad4da184d4c8cf4dcd0d191ffd6857b 100644 (file)
@@ -1,6 +1,6 @@
 !
 router bgp 65001
- timers 3 10
+ timers bgp 3 10
  no bgp ebgp-requires-policy
  neighbor 192.168.1.2 remote-as external
  neighbor 192.168.1.2 timers connect 5
index db68e554d478953e74094e380a600c67390517e2..8274e3f96d82beb8a7dae2e27091571cc920aa60 100644 (file)
@@ -1,5 +1,5 @@
 router bgp 65002
- timers 3 10
+ timers bgp 3 10
  no bgp ebgp-requires-policy
  neighbor 192.168.1.1 remote-as external
  neighbor 192.168.1.1 timers connect 5
index 3ac6a08e474459e4e41e05f7ca5d3ae6451610cb..98eb2e1711c13865dd1655d53c867972cf630c2a 100644 (file)
@@ -1,5 +1,5 @@
 router bgp 65003
- timers 3 10
+ timers bgp 3 10
  no bgp ebgp-requires-policy
  neighbor 192.168.2.2 remote-as external
  neighbor 192.168.2.2 timers connect 5
index 8ab405fbd8d5e11f3bffbc30daac86679872bc1b..68245c4a21f3ad93ce57458887eaa94da9d5d0b1 100644 (file)
@@ -1,5 +1,5 @@
 router bgp 65004
- timers 3 10
+ timers bgp 3 10
  no bgp ebgp-requires-policy
  neighbor 192.168.2.2 remote-as external
  neighbor 192.168.2.2 timers connect 5