Merge pull request #14148 from opensourcerouting/fix/tests_bgp_addpath_failing_sometimes

tests: Use a correct syntax for defining keepalive/hold timers
This commit is contained in:
Donald Sharp 2023-08-04 15:44:10 -04:00 committed by GitHub
commit d65249aa65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
router bgp 65005
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 65006
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 65000
timers 3 9
timers bgp 3 9
bgp router-id 10.10.10.10
no bgp default ipv4-unicast
neighbor 10.30.30.30 remote-as 65000

View File

@ -1,5 +1,5 @@
router bgp 65000
timers 3 9
timers bgp 3 9
bgp router-id 10.10.10.10
no bgp default ipv4-unicast
neighbor 10.30.30.30 remote-as 65000

View File

@ -1,5 +1,5 @@
router bgp 65000
timers 3 9
timers bgp 3 9
bgp router-id 10.10.10.10
no bgp default ipv4-unicast
neighbor 10.30.30.30 remote-as 65000