diff options
author | Christian Hopps <chopps@labn.net> | 2023-07-07 00:24:48 +0200 |
---|---|---|
committer | Christian Hopps <chopps@labn.net> | 2023-12-26 14:34:56 +0100 |
commit | 8790457c463476a4ecec0edff07482f707b84fc2 (patch) | |
tree | 1c48cd4ef2455833e0a36735ff0fd22e0a641a89 /lib/subdir.am | |
parent | Merge pull request #15063 from idryzhov/dev-doc-graphviz (diff) | |
download | frr-8790457c463476a4ecec0edff07482f707b84fc2.tar.xz frr-8790457c463476a4ecec0edff07482f707b84fc2.zip |
lib: add simplified native msg support
This is intended to replace protobuf use in mgmtd.
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'lib/subdir.am')
-rw-r--r-- | lib/subdir.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/subdir.am b/lib/subdir.am index c4ddb87c1..1dde70646 100644 --- a/lib/subdir.am +++ b/lib/subdir.am @@ -68,6 +68,7 @@ lib_libfrr_la_SOURCES = \ lib/mgmt_be_client.c \ lib/mgmt_fe_client.c \ lib/mgmt_msg.c \ + lib/mgmt_msg_native.c \ lib/mlag.c \ lib/module.c \ lib/mpls.c \ @@ -256,6 +257,7 @@ pkginclude_HEADERS += \ lib/mgmt_defines.h \ lib/mgmt_fe_client.h \ lib/mgmt_msg.h \ + lib/mgmt_msg_native.h \ lib/mgmt_pb.h \ lib/module.h \ lib/monotime.h \ |