summaryrefslogtreecommitdiff
path: root/nest/route.h
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2022-03-09 10:50:38 +0100
committerMaria Matejka <mq@ucw.cz>2022-03-09 10:50:38 +0100
commitff47cd80dd04bc11692248a40cbf52ee8d351064 (patch)
treeef64550e00c6610e55a2d0f9f1ebf71e93572f78 /nest/route.h
parent9e60a1fbc3ef9ab93b414dcf451bbe741e2e8827 (diff)
parentd5a32563df1653952937117133f09143929ff0c2 (diff)
Merge commit 'd5a32563' into haugesund
Diffstat (limited to 'nest/route.h')
-rw-r--r--nest/route.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/route.h b/nest/route.h
index 7930058a..75890a71 100644
--- a/nest/route.h
+++ b/nest/route.h
@@ -378,7 +378,7 @@ int rte_update_in(struct channel *c, const net_addr *n, rte *new, struct rte_src
int rt_reload_channel(struct channel *c);
void rt_reload_channel_abort(struct channel *c);
void rt_prune_sync(rtable *t, int all);
-int rte_update_out(struct channel *c, const net_addr *n, rte *new, rte *old0, int refeed);
+int rte_update_out(struct channel *c, const net_addr *n, rte *new, rte *old, rte **old_exported, int refeed);
struct rtable_config *rt_new_table(struct symbol *s, uint addr_type);
static inline int rt_is_ip(rtable *tab)