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

Secondary and merged exports get a whole feed instead of traversing the table structures directly

This commit is contained in:
Maria Matejka
2021-09-30 13:50:54 +02:00
parent 8f3942a97e
commit 0767a0c288
4 changed files with 178 additions and 107 deletions

View File

@@ -566,7 +566,7 @@ krt_export_net(struct krt_proto *p, net *net)
const struct filter *filter = c->out_filter;
if (c->ra_mode == RA_MERGED)
return rt_export_merged(c, net, krt_filter_lp, 1);
return rt_export_merged_show(c, net, krt_filter_lp);
static _Thread_local rte rt;
rt = net->routes->rte;