diff options
author | Maria Matejka <mq@ucw.cz> | 2022-03-09 11:28:34 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-03-09 11:29:56 +0100 |
commit | 19e727a248d15e9f8871986ac286cf74b3d86e61 (patch) | |
tree | 385b7cda6f528ed218190d57fca5dd361936a855 /proto/mrt/mrt.c | |
parent | 8a4bc4fdbf2f4c6ccaa684c922779ddc11489e68 (diff) | |
parent | 60880b539b8886f76961125d89a265c6e1112b7a (diff) |
Merge commit '60880b539b8886f76961125d89a265c6e1112b7a' into haugesund
Diffstat (limited to 'proto/mrt/mrt.c')
-rw-r--r-- | proto/mrt/mrt.c | 2 |
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); |