]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Flowspec: allowed TES_PARTIAL in validator link state
authorMaria Matejka <mq@ucw.cz>
Tue, 11 Feb 2025 18:57:46 +0000 (19:57 +0100)
committerMaria Matejka <mq@ucw.cz>
Sun, 23 Feb 2025 19:26:22 +0000 (20:26 +0100)
This probably slipped through some refactoring, TES_PARTIAL
is definitely a valid state for a flowspec link export.

nest/rt-table.c

index 4fdb6d3a18b88e356f8634858d21572588228d83..e76b96cce31b98ed412dedd105e61fcedd7d3783 100644 (file)
@@ -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: