mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
fixup! Prefiltering routes by net and custom hook for partial reloads
This commit is contained in:
parent
479911ee78
commit
a532146886
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user