From: Maria Matejka Date: Thu, 5 Oct 2023 12:23:02 +0000 (+0200) Subject: fixup! Prefiltering routes by net and custom hook for partial reloads X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fmq-another-refeed-fix;p=thirdparty%2Fbird.git fixup! Prefiltering routes by net and custom hook for partial reloads --- diff --git a/proto/bgp/attrs.c b/proto/bgp/attrs.c index f7307b66f..9ecc9e543 100644 --- a/proto/bgp/attrs.c +++ b/proto/bgp/attrs.c @@ -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))