summaryrefslogtreecommitdiff
path: root/nest/rt-show.c
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2022-07-11 10:41:17 +0200
committerMaria Matejka <mq@ucw.cz>2022-07-11 10:41:17 +0200
commitd429bc5c841a8e9d4c81786973edfa56d20a407e (patch)
tree3857e7791fa51588b5f0de16bf05b65754349067 /nest/rt-show.c
parent7e9cede1fd1878fb4c00e793bccd0ca6c18ad452 (diff)
parentbeb5f78ada79ac90f31f2c4923302c74d9ab38bf (diff)
Merge commit 'beb5f78a' into backport
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 19877966..183d023c 100644
--- a/nest/rt-show.c
+++ b/nest/rt-show.c
@@ -153,7 +153,7 @@ rt_show_net(struct cli *c, net *n, struct rt_show_data *d)
else if (d->export_mode)
{
struct proto *ep = ec->proto;
- int ic = ep->preexport ? ep->preexport(ep, e) : 0;
+ int ic = ep->preexport ? ep->preexport(ec, e) : 0;
if (ec->ra_mode == RA_OPTIMAL || ec->ra_mode == RA_MERGED)
pass = 1;