diff options
author | Maria Matejka <mq@ucw.cz> | 2021-05-14 16:23:18 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2021-11-09 19:20:41 +0100 |
commit | 1c2f66f2bd9b2996c8cba0604e7ac38738399000 (patch) | |
tree | acdfb02ae3ab615392a7ad52ec23219da387725a /nest/route.h | |
parent | 575da88f7a6cac54d204839d2b2cfc1809811ba3 (diff) |
Refeed is done from export table when appropriate
Diffstat (limited to 'nest/route.h')
-rw-r--r-- | nest/route.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nest/route.h b/nest/route.h index ade14857..98d605c8 100644 --- a/nest/route.h +++ b/nest/route.h @@ -346,8 +346,9 @@ int rt_feed_channel(struct channel *c); void rt_feed_channel_abort(struct channel *c); int rt_reload_channel(struct channel *c); void rt_reload_channel_abort(struct channel *c); +void rt_refeed_channel(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, struct rte_storage **old_exported, int refeed); +int rte_update_out(struct channel *c, const net_addr *n, rte *new, rte *old, struct rte_storage **old_exported); struct rtable_config *rt_new_table(struct symbol *s, uint addr_type); |