diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2024-06-26 16:38:03 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2024-06-26 16:38:03 +0200 |
commit | 333c7e8536cf4a3b99c4c1359ac7679c7d9c7e27 (patch) | |
tree | 95e019a971460ff9132d9565a36d9f6baa7d7902 /doc | |
parent | 8a40bccffe9e28e211fe996845658f87f5cc60e9 (diff) |
Doc: Minor cleanups in BFD documentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.sgml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index 096e3148..44543012 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -2457,9 +2457,9 @@ protocols are notified and act accordingly (e.g. break an OSPF adjacency when the BFD session went down). <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 -transport for BFD as defined in <rfc id="5881"> and <rfc id="5883"> and -interaction with client protocols as defined in <rfc id="5882">. +advanced features like the echo mode are not implemented), IP transport for BFD +as defined in <rfc id="5881"> and <rfc id="5883"> and interaction with client +protocols as defined in <rfc id="5882">. <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 @@ -2499,6 +2499,7 @@ milliseconds. <code> protocol bfd [<name>] { accept [ipv4|ipv6] [direct|multihop]; + strict bind <switch>; zero udp6 checksum rx <switch>; interface <interface pattern> { interval <time>; |