From b69a2be40c8c73f5bfb009becc7f9dd4ef79bd0f Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Tue, 11 Feb 2025 19:57:46 +0100 Subject: [PATCH] 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. --- nest/rt-table.c | 1 + 1 file changed, 1 insertion(+) 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: -- 2.47.2