Skip to content

Commit 6235f8c

Browse files
committed
[BZ2076635]: Fix the parameters in the example YAML
1 parent cd7b285 commit 6235f8c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

modules/nw-metallb-configure-bfdprofle.adoc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,12 @@ metadata:
2525
name: doc-example-bfd-profile-full
2626
namespace: metallb-system
2727
spec:
28-
receiveInterval: 35
29-
transmitInterval: 35
28+
receiveInterval: 300
29+
transmitInterval: 300
3030
detectMultiplier: 3
31-
echoInterval: 35
32-
echoMode: true
31+
echoMode: false
3332
passiveMode: true
34-
minimumTtl: 10
33+
minimumTtl: 254
3534
----
3635

3736
. Apply the configuration for the BFD profile:

0 commit comments

Comments
 (0)