diff options
Diffstat (limited to 'zebra/zapi_msg.h')
| -rw-r--r-- | zebra/zapi_msg.h | 6 | 
1 files changed, 2 insertions, 4 deletions
diff --git a/zebra/zapi_msg.h b/zebra/zapi_msg.h index a59ccc838b..29a5b69f18 100644 --- a/zebra/zapi_msg.h +++ b/zebra/zapi_msg.h @@ -51,10 +51,8 @@ extern void nbr_connected_delete_ipv6(struct interface *ifp,  				      struct in6_addr *address);  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 route_node *rn, -				    const struct route_entry *re, -				    bool is_table_direct); +extern int zsend_redistribute_route(int cmd, struct zserv *zclient, const struct route_node *rn, +				    const struct route_entry *re, vrf_id_t *to_vrf);  extern int zsend_router_id_update(struct zserv *zclient, afi_t afi,  				  struct prefix *p, vrf_id_t vrf_id);  | 
