summaryrefslogtreecommitdiffstats
path: root/lib/northbound_oper.c
diff options
context:
space:
mode:
authorChristian Hopps <chopps@labn.net>2025-01-07 12:46:23 +0100
committerChristian Hopps <chopps@labn.net>2025-01-14 05:40:52 +0100
commit8a52b69ca4c1fb34d46f04cc348faba191ad6ae3 (patch)
treee9ea5b318d00855394d912caa882e3779c680455 /lib/northbound_oper.c
parentMerge pull request #17843 from LabNConsulting/chopps/new-docker-and-doc (diff)
downloadfrr-8a52b69ca4c1fb34d46f04cc348faba191ad6ae3.tar.xz
frr-8a52b69ca4c1fb34d46f04cc348faba191ad6ae3.zip
lib: northbound: add basic oper-state update functions
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'lib/northbound_oper.c')
-rw-r--r--lib/northbound_oper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/northbound_oper.c b/lib/northbound_oper.c
index c80cdc116..dc4be2161 100644
--- a/lib/northbound_oper.c
+++ b/lib/northbound_oper.c
@@ -35,6 +35,7 @@
* We must also process containers with lookup-next descendants last.
*/
+DEFINE_MTYPE_STATIC(LIB, NB_STATE, "Northbound State");
DEFINE_MTYPE_STATIC(LIB, NB_YIELD_STATE, "NB Yield State");
DEFINE_MTYPE_STATIC(LIB, NB_NODE_INFOS, "NB Node Infos");