From: Maria Matejka Date: Tue, 11 Feb 2025 18:57:46 +0000 (+0100) Subject: Flowspec: allowed TES_PARTIAL in validator link state X-Git-Tag: v3.0.2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b69a2be40c8c73f5bfb009becc7f9dd4ef79bd0f;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 78d344448..8f4ff7350 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: