mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 13:20:12 +00:00
Merge pull request #13568 from opensourcerouting/fix/timers_bgp_topotests
tests: Fix timers command for bgp_disable_addpath_rx test
This commit is contained in:
commit
57a2ff8b8d
@ -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