diff options
author | Maria Matejka <mq@ucw.cz> | 2022-07-22 15:37:21 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-07-22 15:37:21 +0200 |
commit | 4d48ede51dfff9a59572a6b7a21a1bbf159dec60 (patch) | |
tree | 3821019a0178ba7551f1c9d564bbabe8c5c28ed8 /nest/route.h | |
parent | b5c8fce284a2bb529aee6ff201fe044f09a0e418 (diff) |
Revert "Export table: Delay freeing of old stored route."
This reverts commit cee0cd148c9b71bf47d007c850193b5fbf9486c1.
This change is not needed in version 2 and the surrounding code has
disappeared mostly in version 3.
Diffstat (limited to 'nest/route.h')
-rw-r--r-- | nest/route.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/route.h b/nest/route.h index a4f19fc4..7aec7117 100644 --- a/nest/route.h +++ b/nest/route.h @@ -339,7 +339,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 *old, rte **old_exported, int refeed); +int rte_update_out(struct channel *c, const net_addr *n, rte *new, rte *old0, int refeed); struct rtable_config *rt_new_table(struct symbol *s, uint addr_type); static inline int rt_is_ip(rtable *tab) |