0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-03-11 17:08:46 +00:00

Merge commit '09f50f37' into thread-merge-2.16

This commit is contained in:
Maria Matejka 2024-11-28 10:02:07 +01:00
commit ac0cdf3ad4
2 changed files with 5 additions and 3 deletions

View File

@ -2492,9 +2492,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
@ -2534,6 +2534,7 @@ milliseconds.
<code> <code>
protocol bfd [&lt;name&gt;] { protocol bfd [&lt;name&gt;] {
accept [ipv4|ipv6] [direct|multihop]; accept [ipv4|ipv6] [direct|multihop];
strict bind &lt;switch&gt;;
zero udp6 checksum rx &lt;switch&gt;; zero udp6 checksum rx &lt;switch&gt;;
interface &lt;interface pattern&gt; { interface &lt;interface pattern&gt; {
interval &lt;time&gt;; interval &lt;time&gt;;

View File

@ -193,6 +193,7 @@ static inline void TLIST_NAME(rem_node)(TLIST_LIST_STRUCT *list, TLIST_TYPE *nod
#undef TLIST_WANT_ADD_HEAD #undef TLIST_WANT_ADD_HEAD
#undef TLIST_WANT_ADD_TAIL #undef TLIST_WANT_ADD_TAIL
#undef TLIST_WANT_UPDATE_NODE #undef TLIST_WANT_UPDATE_NODE
#undef TLIST_DEFINED_BEFORE
# endif # endif
#else #else