summaryrefslogtreecommitdiff
path: root/proto/mrt/mrt.c
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2021-09-16 11:00:19 +0200
committerMaria Matejka <mq@ucw.cz>2021-10-13 19:09:04 +0200
commit541881bedf391d9a19f071b856dcbd55e850dece (patch)
tree2637b62e5190100096a559d9019abcfa36c11064 /proto/mrt/mrt.c
parentddd89ba12d03d648e9bb820c6a4f48b1f96f15d2 (diff)
RIP fixup + dropping the tmp_attrs mechanism as obsolete
Diffstat (limited to 'proto/mrt/mrt.c')
-rw-r--r--proto/mrt/mrt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/proto/mrt/mrt.c b/proto/mrt/mrt.c
index ed9ab325..e885611a 100644
--- a/proto/mrt/mrt.c
+++ b/proto/mrt/mrt.c
@@ -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);