mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Merge commit 'f2f3163f6c3fba7f9ef03640d7b2f6323873d2cc' into haugesund
This commit is contained in:
@@ -525,7 +525,7 @@ mrt_rib_table_dump(struct mrt_table_dump_state *s, net *n, int add_path)
|
||||
}
|
||||
|
||||
rte e = rt->rte;
|
||||
if (f_run(s->filter, &e, s->linpool, 0) <= F_ACCEPT)
|
||||
if (f_run(s->filter, &e, 0) <= F_ACCEPT)
|
||||
mrt_rib_table_entry(s, &e);
|
||||
|
||||
lp_flush(s->linpool);
|
||||
|
Reference in New Issue
Block a user