diff options
Diffstat (limited to 'zebra/zapi_msg.h')
| -rw-r--r-- | zebra/zapi_msg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zapi_msg.h b/zebra/zapi_msg.h index 2822619da9..0beb3cc100 100644 --- a/zebra/zapi_msg.h +++ b/zebra/zapi_msg.h @@ -106,7 +106,7 @@ extern int zsend_sr_policy_notify_status(uint32_t color, int status); extern void zsend_nhrp_neighbor_notify(int cmd, struct interface *ifp, struct ipaddr *ipaddr, int ndm_state, - void *mac, int macsize); + union sockunion *link_layer_ipv4); extern int zsend_client_close_notify(struct zserv *client, struct zserv *closed_client); |
