mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-02 13:23:44 +00:00
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:
parent
cd0956e69d
commit
f55bd028b7
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user