]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
fixup! Prefiltering routes by net and custom hook for partial reloads mq-another-refeed-fix
authorMaria Matejka <mq@ucw.cz>
Thu, 5 Oct 2023 12:23:02 +0000 (14:23 +0200)
committerMaria Matejka <mq@ucw.cz>
Thu, 5 Oct 2023 12:23:02 +0000 (14:23 +0200)
proto/bgp/attrs.c

index f7307b66fc8f362de2208e502afc49741f9a8d43..9ecc9e5431a16831eca1812cc96cf4902d87ab19 100644 (file)
@@ -1904,6 +1904,7 @@ bgp_out_table_feed(void *data)
     {
       switch (hook->h.req->prefilter.mode)
       {
+       case TE_ADDR_HOOK:
        case TE_ADDR_TRIE:
        case TE_ADDR_IN:
          if (!rt_prefilter_net(&hook->h.req->prefilter, n->net))