diff options
author | Christian Hopps <chopps@labn.net> | 2025-01-07 12:46:23 +0100 |
---|---|---|
committer | Christian Hopps <chopps@labn.net> | 2025-01-14 05:40:52 +0100 |
commit | 8a52b69ca4c1fb34d46f04cc348faba191ad6ae3 (patch) | |
tree | e9ea5b318d00855394d912caa882e3779c680455 /lib/subdir.am | |
parent | Merge pull request #17843 from LabNConsulting/chopps/new-docker-and-doc (diff) | |
download | frr-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/subdir.am')
-rw-r--r-- | lib/subdir.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/subdir.am b/lib/subdir.am index 4bcce9a2b..984e92ff1 100644 --- a/lib/subdir.am +++ b/lib/subdir.am @@ -84,6 +84,7 @@ lib_libfrr_la_SOURCES = \ lib/northbound.c \ lib/northbound_cli.c \ lib/northbound_db.c \ + lib/northbound_notif.c \ lib/northbound_oper.c \ lib/ntop.c \ lib/openbsd-tree.c \ |