mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-09 20:15:08 +00:00
tests: Allow ripng_topo1 to converge a bit faster
Modify the timers uses to send updates/hello's every 1 seconds instead of 5. Allowing this test to converge faster under heavy system load. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
d41e9fe0cb
commit
b38b873c61
@ -1,5 +1,5 @@
|
|||||||
Routing Protocol is "RIPng"
|
Routing Protocol is "RIPng"
|
||||||
Sending updates every 5 seconds with +/-50%, next due in XX seconds
|
Sending updates every 1 seconds with +/-50%, next due in XX seconds
|
||||||
Timeout after 180 seconds, garbage collect after 5 seconds
|
Timeout after 180 seconds, garbage collect after 5 seconds
|
||||||
Outgoing update filter list for all interface is not set
|
Outgoing update filter list for all interface is not set
|
||||||
Incoming update filter list for all interface is not set
|
Incoming update filter list for all interface is not set
|
||||||
|
@ -5,7 +5,7 @@ log file ripngd.log
|
|||||||
! debug ripng zebra
|
! debug ripng zebra
|
||||||
!
|
!
|
||||||
router ripng
|
router ripng
|
||||||
timers basic 5 180 5
|
timers basic 1 180 5
|
||||||
network fc00:5::/64
|
network fc00:5::/64
|
||||||
network r1-eth2
|
network r1-eth2
|
||||||
network r1-eth3
|
network r1-eth3
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Routing Protocol is "RIPng"
|
Routing Protocol is "RIPng"
|
||||||
Sending updates every 5 seconds with +/-50%, next due in XX seconds
|
Sending updates every 1 seconds with +/-50%, next due in XX seconds
|
||||||
Timeout after 180 seconds, garbage collect after 5 seconds
|
Timeout after 180 seconds, garbage collect after 5 seconds
|
||||||
Outgoing update filter list for all interface is not set
|
Outgoing update filter list for all interface is not set
|
||||||
Incoming update filter list for all interface is not set
|
Incoming update filter list for all interface is not set
|
||||||
|
@ -5,7 +5,7 @@ log file ripngd.log
|
|||||||
! debug ripng zebra
|
! debug ripng zebra
|
||||||
!
|
!
|
||||||
router ripng
|
router ripng
|
||||||
timers basic 5 180 5
|
timers basic 1 180 5
|
||||||
network fc00:5::/64
|
network fc00:5::/64
|
||||||
network fc00:6::/62
|
network fc00:6::/62
|
||||||
!
|
!
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Routing Protocol is "RIPng"
|
Routing Protocol is "RIPng"
|
||||||
Sending updates every 5 seconds with +/-50%, next due in XX seconds
|
Sending updates every 1 seconds with +/-50%, next due in XX seconds
|
||||||
Timeout after 180 seconds, garbage collect after 5 seconds
|
Timeout after 180 seconds, garbage collect after 5 seconds
|
||||||
Outgoing update filter list for all interface is not set
|
Outgoing update filter list for all interface is not set
|
||||||
Incoming update filter list for all interface is not set
|
Incoming update filter list for all interface is not set
|
||||||
|
@ -5,7 +5,7 @@ log file ripngd.log
|
|||||||
! debug ripng zebra
|
! debug ripng zebra
|
||||||
!
|
!
|
||||||
router ripng
|
router ripng
|
||||||
timers basic 5 180 5
|
timers basic 1 180 5
|
||||||
network fc00:6::/62
|
network fc00:6::/62
|
||||||
redistribute connected
|
redistribute connected
|
||||||
redistribute static
|
redistribute static
|
||||||
|
Loading…
Reference in New Issue
Block a user