1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

RIP fixup + dropping the tmp_attrs mechanism as obsolete

This commit is contained in:
Maria Matejka
2021-09-16 11:00:19 +02:00
parent ddd89ba12d
commit 541881bedf
9 changed files with 0 additions and 237 deletions

View File

@@ -525,8 +525,6 @@ mrt_rib_table_dump(struct mrt_table_dump_state *s, net *n, int add_path)
continue;
}
rte_make_tmp_attrs(&rt, s->linpool, NULL);
if (f_run(s->filter, &rt, s->linpool, 0) <= F_ACCEPT)
mrt_rib_table_entry(s, rt);