0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-16 18:35:19 +00:00

fixup! Prefiltering routes by net and custom hook for partial reloads

This commit is contained in:
Maria Matejka 2023-10-05 14:23:02 +02:00
parent 479911ee78
commit a532146886

View 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))