summaryrefslogtreecommitdiff
path: root/zebra/zapi_msg.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2024-01-19 14:45:25 -0500
committerDonald Sharp <sharpd@nvidia.com>2024-01-22 12:14:59 -0500
commit275edb5c160a384043e2ad3d8e3eebe709c60bd1 (patch)
treeb5324fa6d4d71519ff6046bfe7937a0352d2905a /zebra/zapi_msg.h
parent22d1ad786f6961bf4f685599b5fb16a84b802346 (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.h6
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);