diff options
author | Maria Matejka <mq@ucw.cz> | 2021-09-16 11:00:19 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2021-10-13 19:09:04 +0200 |
commit | 541881bedf391d9a19f071b856dcbd55e850dece (patch) | |
tree | 2637b62e5190100096a559d9019abcfa36c11064 /nest/rt-show.c | |
parent | ddd89ba12d03d648e9bb820c6a4f48b1f96f15d2 (diff) |
RIP fixup + dropping the tmp_attrs mechanism as obsolete
Diffstat (limited to 'nest/rt-show.c')
-rw-r--r-- | nest/rt-show.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nest/rt-show.c b/nest/rt-show.c index 05065134..99f29691 100644 --- a/nest/rt-show.c +++ b/nest/rt-show.c @@ -127,7 +127,6 @@ rt_show_net(struct cli *c, net *n, struct rt_show_data *d) continue; ee = e; - rte_make_tmp_attrs(&e, c->show_pool, NULL); /* Export channel is down, do not try to export routes to it */ if (ec && (ec->export_state == ES_DOWN)) |