diff options
author | Christian Hopps <chopps@labn.net> | 2025-01-08 16:34:57 +0100 |
---|---|---|
committer | Christian Hopps <chopps@labn.net> | 2025-01-14 05:40:52 +0100 |
commit | 255026c2cef831e38539a0f044c39d45cc0d41bd (patch) | |
tree | ba4d640a2651bf21b02404707c30a767da9ba763 /lib/mgmt_msg_native.h | |
parent | lib: notify on datastore (oper-state) changes (diff) | |
download | frr-255026c2cef831e38539a0f044c39d45cc0d41bd.tar.xz frr-255026c2cef831e38539a0f044c39d45cc0d41bd.zip |
mgmtd: add notify selectors to filter datastore notifications
- Additionally push the selectors down to the backends
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'lib/mgmt_msg_native.h')
-rw-r--r-- | lib/mgmt_msg_native.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/mgmt_msg_native.h b/lib/mgmt_msg_native.h index 4076977a2..73303846e 100644 --- a/lib/mgmt_msg_native.h +++ b/lib/mgmt_msg_native.h @@ -159,6 +159,7 @@ DECLARE_MTYPE(MSG_NATIVE_GET_TREE); DECLARE_MTYPE(MSG_NATIVE_TREE_DATA); DECLARE_MTYPE(MSG_NATIVE_GET_DATA); DECLARE_MTYPE(MSG_NATIVE_NOTIFY); +DECLARE_MTYPE(MSG_NATIVE_NOTIFY_SELECT); DECLARE_MTYPE(MSG_NATIVE_EDIT); DECLARE_MTYPE(MSG_NATIVE_EDIT_REPLY); DECLARE_MTYPE(MSG_NATIVE_RPC); |