summaryrefslogtreecommitdiff
path: root/proto/bgp/attrs.c
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 /proto/bgp/attrs.c
parent9e60a1fbc3ef9ab93b414dcf451bbe741e2e8827 (diff)
parentd5a32563df1653952937117133f09143929ff0c2 (diff)
Merge commit 'd5a32563' into haugesund
Diffstat (limited to 'proto/bgp/attrs.c')
-rw-r--r--proto/bgp/attrs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/proto/bgp/attrs.c b/proto/bgp/attrs.c
index 6c1ae176..c35f9384 100644
--- a/proto/bgp/attrs.c
+++ b/proto/bgp/attrs.c
@@ -1668,9 +1668,8 @@ bgp_free_prefix(struct bgp_channel *c, struct bgp_prefix *px)
*/
int
-bgp_preexport(struct proto *P, rte **new, struct linpool *pool UNUSED)
+bgp_preexport(struct proto *P, rte *e)
{
- rte *e = *new;
struct proto *SRC = e->attrs->src->proto;
struct bgp_proto *p = (struct bgp_proto *) P;
struct bgp_proto *src = (SRC->proto == &proto_bgp) ? (struct bgp_proto *) SRC : NULL;