mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 06:14:35 +00:00
tests: Reduce bgp_conditional_advertisement converge time 10x
~15min vs. ~1min. Before: ``` 1 passed, 1 skipped in 908.61 seconds ``` After: ``` 1 passed, 1 skipped in 82.94 seconds ``` Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
This commit is contained in:
parent
0f8de6a8d8
commit
2c3d4b28bd
@ -17,6 +17,7 @@ route-map DEF permit 10
|
||||
!
|
||||
router bgp 1
|
||||
bgp log-neighbor-changes
|
||||
bgp conditional-advertisement timer 5
|
||||
no bgp ebgp-requires-policy
|
||||
neighbor 10.10.10.2 remote-as 2
|
||||
!
|
||||
|
@ -32,6 +32,7 @@ route-map RMAP-2 deny 10
|
||||
!
|
||||
router bgp 2
|
||||
bgp log-neighbor-changes
|
||||
bgp conditional-advertisement timer 5
|
||||
no bgp ebgp-requires-policy
|
||||
neighbor 10.10.10.1 remote-as 1
|
||||
neighbor 10.10.20.3 remote-as 3
|
||||
|
@ -1,6 +1,7 @@
|
||||
!
|
||||
router bgp 3
|
||||
bgp log-neighbor-changes
|
||||
bgp conditional-advertisement timer 5
|
||||
no bgp ebgp-requires-policy
|
||||
neighbor 10.10.20.2 remote-as 2
|
||||
!
|
||||
|
Loading…
Reference in New Issue
Block a user