diff --git a/doc/bird.sgml b/doc/bird.sgml index 36453f73..7074561d 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -2492,9 +2492,9 @@ protocols are notified and act accordingly (e.g. break an OSPF adjacency when the BFD session went down).
BIRD implements basic BFD behavior as defined in 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
@@ -2534,6 +2534,7 @@ milliseconds.
protocol bfd [<name>] {
accept [ipv4|ipv6] [direct|multihop];
+ strict bind <switch>;
zero udp6 checksum rx <switch>;
interface <interface pattern> {
interval <time>;
diff --git a/lib/tlists.h b/lib/tlists.h
index 96172ad6..a652ba50 100644
--- a/lib/tlists.h
+++ b/lib/tlists.h
@@ -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_TAIL
#undef TLIST_WANT_UPDATE_NODE
+#undef TLIST_DEFINED_BEFORE
# endif
#else