summaryrefslogtreecommitdiff
path: root/zebra/zapi_msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/zapi_msg.h')
-rw-r--r--zebra/zapi_msg.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/zebra/zapi_msg.h b/zebra/zapi_msg.h
index dad40c200d..b3fe7318f9 100644
--- a/zebra/zapi_msg.h
+++ b/zebra/zapi_msg.h
@@ -65,8 +65,7 @@ extern void nbr_connected_delete_ipv6(struct interface *ifp,
extern int zsend_interface_update(int cmd, struct zserv *client,
struct interface *ifp);
extern int zsend_redistribute_route(int cmd, struct zserv *zclient,
- const struct prefix *p,
- const struct prefix *src_p,
+ const struct route_node *rn,
const struct route_entry *re);
extern int zsend_router_id_update(struct zserv *zclient, afi_t afi,
@@ -76,8 +75,8 @@ extern int zsend_interface_vrf_update(struct zserv *zclient,
extern int zsend_interface_link_params(struct zserv *zclient,
struct interface *ifp);
extern int zsend_pw_update(struct zserv *client, struct zebra_pw *pw);
-extern int zsend_route_notify_owner(struct route_entry *re,
- const struct prefix *p,
+extern int zsend_route_notify_owner(const struct route_node *rn,
+ struct route_entry *re,
enum zapi_route_notify_owner note,
afi_t afi, safi_t safi);
extern int zsend_route_notify_owner_ctx(const struct zebra_dplane_ctx *ctx,