BFDProfileSpec defines the desired state of BFDProfile.
detectMultiplier
integer
Configures the detection multiplier to determine
packet loss. The remote transmission interval will be multiplied
by this value to determine the connection loss detection timer.
format: int32
minimum: 2
maximum: 255
echoInterval
integer
Configures the minimal echo receive transmission
interval that this system is capable of handling in milliseconds.
Defaults to 50ms
format: int32
minimum: 10
maximum: 60000
echoMode
boolean
Enables or disables the echo transmission mode.
This mode is disabled by default, and not supported on multi
hops setups.
minimumTtl
integer
For multi hop sessions only: configure the minimum
expected TTL for an incoming BFD control packet.
format: int32
minimum: 1
maximum: 254
passiveMode
boolean
Mark session as passive: a passive session will not
attempt to start the connection and will wait for control packets
from peer before it begins replying.
receiveInterval
integer
The minimum interval that this system is capable of
receiving control packets in milliseconds.
Defaults to 300ms.
format: int32
minimum: 10
maximum: 60000
transmitInterval
integer
The minimum transmission interval (less jitter)
that this system wants to use to send BFD control packets in
milliseconds. Defaults to 300ms
format: int32
minimum: 10
maximum: 60000