Skip to content

Commit

Permalink
cnf-network: removed timers configuration from the frrconfig CR (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenLevin authored Nov 7, 2024
1 parent 93f7fd3 commit a4be4c8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/cnf/core/network/metallb/tests/frrk8-tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -809,10 +809,8 @@ func createFrrConfiguration(name, bgpPeerIP string, remoteAS uint32, filteredIP
frrConfig.WithEBGPMultiHop(0, 0)
}

// Set HoldTime, Keepalive, Password, and Port
// Set 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 a4be4c8

Please # to comment.