mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 08:50:26 +00:00
topotests: fix default BFD peer shutdown state
The commit `bfdd: simplify and remove duplicated code` fixed a problem that was causing the protocol configuration to override the user configuration. In this test case: the peer was configured to be disabled (default is `shutdown`) and the test was expecting it to get activated (`no shutdown`) when the protocol converged. I changed the peer default state to `no shutdown`, however another way to get the same effect is to configure the protocol to use a profile or don't configure a peer at all (and use the defaults). Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
This commit is contained in:
parent
158a95c507
commit
360d6ca513
@ -8,10 +8,12 @@ bfd
|
||||
detect-multiplier 3
|
||||
receive-interval 300
|
||||
transmit-interval 300
|
||||
no shutdown
|
||||
!
|
||||
peer 10.0.2.2 interface eth-rt3
|
||||
detect-multiplier 3
|
||||
receive-interval 300
|
||||
transmit-interval 300
|
||||
no shutdown
|
||||
!
|
||||
!
|
||||
|
@ -8,5 +8,6 @@ bfd
|
||||
detect-multiplier 3
|
||||
receive-interval 300
|
||||
transmit-interval 300
|
||||
no shutdown
|
||||
!
|
||||
!
|
||||
|
@ -8,5 +8,6 @@ bfd
|
||||
detect-multiplier 3
|
||||
receive-interval 300
|
||||
transmit-interval 300
|
||||
no shutdown
|
||||
!
|
||||
!
|
||||
|
Loading…
Reference in New Issue
Block a user