diff options
author | Christian Hopps <chopps@labn.net> | 2024-02-12 19:03:32 +0100 |
---|---|---|
committer | Christian Hopps <chopps@gmail.com> | 2024-02-15 19:03:25 +0100 |
commit | 1d4ea437e4a4fced3fce6e441952fdea8d94af80 (patch) | |
tree | 13b4dd8966c63068657f948b753e35c6858447c9 /lib/mgmt_be_client.h | |
parent | Merge pull request #15371 from LabNConsulting/chopps/mgmtd-fixes (diff) | |
download | frr-1d4ea437e4a4fced3fce6e441952fdea8d94af80.tar.xz frr-1d4ea437e4a4fced3fce6e441952fdea8d94af80.zip |
lib: always call new notification hooks too
- call the new notification hooks when backends call the old notification
posting API.
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'lib/mgmt_be_client.h')
-rw-r--r-- | lib/mgmt_be_client.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/mgmt_be_client.h b/lib/mgmt_be_client.h index 361899fc1..cd8b23752 100644 --- a/lib/mgmt_be_client.h +++ b/lib/mgmt_be_client.h @@ -143,15 +143,6 @@ extern int mgmt_be_send_subscr_req(struct mgmt_be_client *client_ctx, int n_config_xpaths, char **config_xpaths, int n_oper_xpaths, char **oper_xpaths); -/** - * mgmt_be_notification_send() - send a YANG notification to FE clients. - * @tree: libyang tree for the notification. The tree will be freed by - * this function. - * - */ -extern void mgmt_be_send_notification(struct lyd_node *tree); - - /* * Destroy backend client and cleanup everything. */ |