summaryrefslogtreecommitdiff
path: root/proto/bgp/bgp.h
diff options
context:
space:
mode:
authorMaria Matejka <mq@jmq.cz>2020-04-12 21:54:20 +0200
committerMaria Matejka <mq@ucw.cz>2021-10-13 19:09:04 +0200
commitd5a32563df1653952937117133f09143929ff0c2 (patch)
tree215631e21d2db6e97a77d01f51ca8fa8639a8d3f /proto/bgp/bgp.h
parentcee0cd148c9b71bf47d007c850193b5fbf9486c1 (diff)
Preexport: No route modification, no linpool needed
Diffstat (limited to 'proto/bgp/bgp.h')
-rw-r--r--proto/bgp/bgp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/bgp/bgp.h b/proto/bgp/bgp.h
index cca4b448..20944fe6 100644
--- a/proto/bgp/bgp.h
+++ b/proto/bgp/bgp.h
@@ -583,7 +583,7 @@ int bgp_rte_mergable(rte *pri, rte *sec);
int bgp_rte_recalculate(rtable *table, net *net, rte *new, rte *old, rte *old_best);
struct rte *bgp_rte_modify_stale(struct rte *r, struct linpool *pool);
void bgp_rt_notify(struct proto *P, struct channel *C, net *n, rte *new, rte *old);
-int bgp_preexport(struct proto *, struct rte **, struct linpool *);
+int bgp_preexport(struct proto *, struct rte *);
int bgp_get_attr(const struct eattr *e, byte *buf, int buflen);
void bgp_get_route_info(struct rte *, byte *buf);
int bgp_total_aigp_metric_(rte *e, u64 *metric, const struct adata **ad);