tests: Fix timers command for bgp_disable_addpath_rx test

Was incorrectly setting BGP timers.

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
Donatas Abraitis 2023-05-20 10:06:49 +03:00
parent cd0956e69d
commit f55bd028b7
4 changed files with 4 additions and 4 deletions

View 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

View 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

View 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

View 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