summaryrefslogtreecommitdiff
path: root/nest/rt-show.c
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2021-09-30 13:50:54 +0200
committerMaria Matejka <mq@ucw.cz>2021-11-09 19:20:41 +0100
commit0767a0c288097dfaec45fe505c401407ecc5de55 (patch)
tree46dec762ea51fafe320fbea6c42dffeae8159cb8 /nest/rt-show.c
parent8f3942a97e16370f5c22e9c39ddbfe63b38bd5ce (diff)
Secondary and merged exports get a whole feed instead of traversing the table structures directly
Diffstat (limited to 'nest/rt-show.c')
-rw-r--r--nest/rt-show.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/rt-show.c b/nest/rt-show.c
index ae5000f5..ffbc0a90 100644
--- a/nest/rt-show.c
+++ b/nest/rt-show.c
@@ -143,7 +143,7 @@ rt_show_net(struct cli *c, net *n, struct rt_show_data *d)
{
/* Special case for merged export */
pass = 1;
- rte *em = rt_export_merged(ec, n, c->show_pool, 1);
+ rte *em = rt_export_merged_show(ec, n, c->show_pool);
if (em)
e = *em;
else