mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 06:14:35 +00:00
tests: need aggressive timers in bgp_route_map_match_ipv6_nexthop
Add some timers to make the convergence happen as fast as possible when a connection fails on the initial attempt. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
08bf9cd9f5
commit
b52346efe4
@ -11,6 +11,8 @@ router bgp 65001
|
||||
bgp router-id 10.10.10.1
|
||||
no bgp ebgp-requires-policy
|
||||
neighbor 2001:db8::2 remote-as external
|
||||
neighbor 2001:db8::2 timers 3 10
|
||||
neighbor 2001:db8::2 timers connect 1
|
||||
address-family ipv6 unicast
|
||||
neighbor 2001:db8::2 activate
|
||||
neighbor 2001:db8::2 route-map r2 in
|
||||
|
@ -5,6 +5,8 @@ router bgp 65002
|
||||
bgp router-id 10.10.10.2
|
||||
no bgp ebgp-requires-policy
|
||||
neighbor 2001:db8::1 remote-as external
|
||||
neighbor 2001:db8::1 timers 3 10
|
||||
neighbor 2001:db8::1 timers connect 1
|
||||
address-family ipv6 unicast
|
||||
redistribute connected
|
||||
neighbor 2001:db8::1 activate
|
||||
|
Loading…
Reference in New Issue
Block a user