diff options
author | Maria Matejka <mq@ucw.cz> | 2021-09-30 13:50:54 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2021-11-09 19:20:41 +0100 |
commit | 0767a0c288097dfaec45fe505c401407ecc5de55 (patch) | |
tree | 46dec762ea51fafe320fbea6c42dffeae8159cb8 /nest/route.h | |
parent | 8f3942a97e16370f5c22e9c39ddbfe63b38bd5ce (diff) |
Secondary and merged exports get a whole feed instead of traversing the table structures directly
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 9baaeda0..e4507d4a 100644 --- a/nest/route.h +++ b/nest/route.h @@ -335,7 +335,7 @@ static inline net *net_get(rtable *tab, const net_addr *addr) { return (net *) f void *net_route(rtable *tab, const net_addr *n); int net_roa_check(rtable *tab, const net_addr *n, u32 asn); int rt_examine(rtable *t, net_addr *a, struct channel *c, const struct filter *filter); -rte *rt_export_merged(struct channel *c, net *net, linpool *pool, int silent); +rte *rt_export_merged_show(struct channel *c, net *n, linpool *pool); void rt_refresh_begin(rtable *t, struct channel *c); void rt_refresh_end(rtable *t, struct channel *c); void rt_modify_stale(rtable *t, struct channel *c); |