mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 05:18:47 +00:00
tests: bfd_profiles_topo1 is taking a long time to reconnect
Make it faster Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
34485ee536
commit
645a82ec60
@ -5,9 +5,11 @@ router bgp 100
|
|||||||
no bgp ebgp-requires-policy
|
no bgp ebgp-requires-policy
|
||||||
neighbor 172.16.1.1 remote-as 100
|
neighbor 172.16.1.1 remote-as 100
|
||||||
neighbor 172.16.1.1 timers 3 10
|
neighbor 172.16.1.1 timers 3 10
|
||||||
|
neighbor 172.16.1.1 timers connect 1
|
||||||
neighbor 172.16.1.1 bfd profile fasttx
|
neighbor 172.16.1.1 bfd profile fasttx
|
||||||
neighbor 2001:db8:2::2 remote-as 200
|
neighbor 2001:db8:2::2 remote-as 200
|
||||||
neighbor 2001:db8:2::2 timers 3 10
|
neighbor 2001:db8:2::2 timers 3 10
|
||||||
|
neighbor 2001:db8:2::2 timers connect 1
|
||||||
neighbor 2001:db8:2::2 ebgp-multihop 2
|
neighbor 2001:db8:2::2 ebgp-multihop 2
|
||||||
neighbor 2001:db8:2::2 bfd profile slowtx
|
neighbor 2001:db8:2::2 bfd profile slowtx
|
||||||
address-family ipv4 unicast
|
address-family ipv4 unicast
|
||||||
|
@ -2,6 +2,7 @@ router bgp 100
|
|||||||
bgp router-id 10.254.254.3
|
bgp router-id 10.254.254.3
|
||||||
neighbor 172.16.1.2 remote-as 100
|
neighbor 172.16.1.2 remote-as 100
|
||||||
neighbor 172.16.1.2 timers 3 10
|
neighbor 172.16.1.2 timers 3 10
|
||||||
|
neighbor 172.16.1.2 timers connect 1
|
||||||
neighbor 172.16.1.2 bfd profile DOES_NOT_EXIST
|
neighbor 172.16.1.2 bfd profile DOES_NOT_EXIST
|
||||||
address-family ipv4 unicast
|
address-family ipv4 unicast
|
||||||
redistribute connected
|
redistribute connected
|
||||||
|
@ -5,6 +5,7 @@ router bgp 200
|
|||||||
no bgp ebgp-requires-policy
|
no bgp ebgp-requires-policy
|
||||||
neighbor 2001:db8:1::2 remote-as 100
|
neighbor 2001:db8:1::2 remote-as 100
|
||||||
neighbor 2001:db8:1::2 timers 3 10
|
neighbor 2001:db8:1::2 timers 3 10
|
||||||
|
neighbor 2001:db8:1::2 timers connect 1
|
||||||
neighbor 2001:db8:1::2 ebgp-multihop 2
|
neighbor 2001:db8:1::2 ebgp-multihop 2
|
||||||
neighbor 2001:db8:1::2 bfd profile DOES_NOT_EXIST
|
neighbor 2001:db8:1::2 bfd profile DOES_NOT_EXIST
|
||||||
address-family ipv4 unicast
|
address-family ipv4 unicast
|
||||||
|
Loading…
Reference in New Issue
Block a user