From e48f898fdaf06b61754ae520410729a9984ab65b Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Fri, 9 Dec 2022 22:43:27 +0100 Subject: [PATCH] Doc: Document issue with import tables The import table does not work reliably together with re-evaluation of routes due to recursive next hops or flowspec validation. We will at least document that here, as import tables are completely redesigned and this issue is fixed in BIRD 3.x branch. --- doc/bird.sgml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/bird.sgml b/doc/bird.sgml index 8925c2cc..50657ebf 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -2982,6 +2982,13 @@ be used in explicit configuration. be examined later by ), they are not properly updated after next hop change. For + the same reason, it also breaks re-evaluation of flowspec routes with + option enabled on + flowspec channels. +