From: Maria Matejka Date: Tue, 11 Feb 2025 18:57:46 +0000 (+0100) Subject: Flowspec: allowed TES_PARTIAL in validator link state X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc8c881f0e208b629cf6099eef289aad1847f5c6;p=thirdparty%2Fbird.git Flowspec: allowed TES_PARTIAL in validator link state This probably slipped through some refactoring, TES_PARTIAL is definitely a valid state for a flowspec link export. --- diff --git a/nest/rt-table.c b/nest/rt-table.c index 4fdb6d3a1..e76b96cce 100644 --- a/nest/rt-table.c +++ b/nest/rt-table.c @@ -3101,6 +3101,7 @@ rt_flowspec_find_link(struct rtable_private *src, rtable *dst) { case TES_FEEDING: case TES_READY: + case TES_PARTIAL: return ln; default: