mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-18 06:51:54 +00:00
Doc: Minor cleanups in BFD documentation
This commit is contained in:
parent
8a40bccffe
commit
333c7e8536
@ -2457,9 +2457,9 @@ protocols are notified and act accordingly (e.g. break an OSPF adjacency when
|
|||||||
the BFD session went down).
|
the BFD session went down).
|
||||||
|
|
||||||
<p>BIRD implements basic BFD behavior as defined in <rfc id="5880"> (some
|
<p>BIRD implements basic BFD behavior as defined in <rfc id="5880"> (some
|
||||||
advanced features like the echo mode or authentication are not implemented), IP
|
advanced features like the echo mode are not implemented), IP transport for BFD
|
||||||
transport for BFD as defined in <rfc id="5881"> and <rfc id="5883"> and
|
as defined in <rfc id="5881"> and <rfc id="5883"> and interaction with client
|
||||||
interaction with client protocols as defined in <rfc id="5882">.
|
protocols as defined in <rfc id="5882">.
|
||||||
|
|
||||||
<p>BFD packets are sent with a dynamic source port number. Linux systems use by
|
<p>BFD packets are sent with a dynamic source port number. Linux systems use by
|
||||||
default a bit different dynamic port range than the IANA approved one
|
default a bit different dynamic port range than the IANA approved one
|
||||||
@ -2499,6 +2499,7 @@ milliseconds.
|
|||||||
<code>
|
<code>
|
||||||
protocol bfd [<name>] {
|
protocol bfd [<name>] {
|
||||||
accept [ipv4|ipv6] [direct|multihop];
|
accept [ipv4|ipv6] [direct|multihop];
|
||||||
|
strict bind <switch>;
|
||||||
zero udp6 checksum rx <switch>;
|
zero udp6 checksum rx <switch>;
|
||||||
interface <interface pattern> {
|
interface <interface pattern> {
|
||||||
interval <time>;
|
interval <time>;
|
||||||
|
Loading…
Reference in New Issue
Block a user