diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2024-01-19 14:45:25 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2024-01-22 12:14:59 -0500 |
| commit | 275edb5c160a384043e2ad3d8e3eebe709c60bd1 (patch) | |
| tree | b5324fa6d4d71519ff6046bfe7937a0352d2905a /zebra/zapi_msg.h | |
| parent | 22d1ad786f6961bf4f685599b5fb16a84b802346 (diff) | |
*: Rename ZEBRA_NHRP_NEIGH_XXX to ZEBRA_NEIGH_XXX
This does not need to be nhrp specific.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'zebra/zapi_msg.h')
| -rw-r--r-- | zebra/zapi_msg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/zebra/zapi_msg.h b/zebra/zapi_msg.h index def1e8a1bd..c750c27515 100644 --- a/zebra/zapi_msg.h +++ b/zebra/zapi_msg.h @@ -91,9 +91,9 @@ extern int zsend_label_manager_connect_response(struct zserv *client, extern int zsend_sr_policy_notify_status(uint32_t color, struct ipaddr *endpoint, char *name, int status); -extern void zsend_nhrp_neighbor_notify(int cmd, struct interface *ifp, - struct ipaddr *ipaddr, int ndm_state, - union sockunion *link_layer_ipv4); +extern void zsend_neighbor_notify(int cmd, struct interface *ifp, + struct ipaddr *ipaddr, int ndm_state, + union sockunion *link_layer_ipv4); extern int zsend_client_close_notify(struct zserv *client, struct zserv *closed_client); |
