Skip to content

Commit

Permalink
Revert "cnf network: remove timers from frrconfig CR (#301)"
Browse files Browse the repository at this point in the history
This reverts commit 2caed88.
  • Loading branch information
ajaggapa authored Dec 10, 2024
1 parent 2caed88 commit c2c05d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/cnf/core/network/metallb/tests/frrk8-tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -809,8 +809,10 @@ func createFrrConfiguration(name, bgpPeerIP string, remoteAS uint32, filteredIP
frrConfig.WithEBGPMultiHop(0, 0)
}

// Set Password and Port
// Set HoldTime, Keepalive, Password, and Port
frrConfig.
WithHoldTime(metav1.Duration{Duration: 90 * time.Second}, 0, 0).
WithKeepalive(metav1.Duration{Duration: 30 * time.Second}, 0, 0).
WithBGPPassword("bgp-test", 0, 0).
WithPort(179, 0, 0)

Expand Down

0 comments on commit c2c05d9

Please sign in to comment.