diff options
author | Igor Ryzhov <iryzhov@nfware.com> | 2024-03-14 23:52:18 +0100 |
---|---|---|
committer | Igor Ryzhov <iryzhov@nfware.com> | 2024-03-14 23:58:10 +0100 |
commit | 84a00a47b833ab43ec1f02c3d8351df0d02e4d28 (patch) | |
tree | dd18d3e1b23dd97344a69bfac585fc7b92834f9e /lib/subdir.am | |
parent | Merge pull request #15538 from idryzhov/fix-zebra-warning (diff) | |
download | frr-84a00a47b833ab43ec1f02c3d8351df0d02e4d28.tar.xz frr-84a00a47b833ab43ec1f02c3d8351df0d02e4d28.zip |
*: remove confd plugin
ConfD is not supported anymore and its use is discouraged by developers:
https://discuss.tail-f.com/t/confd-premium-no-longer-available-future-of-confd/4552/6
Remove the code and all mentions of ConfD from the documentation.
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'lib/subdir.am')
-rw-r--r-- | lib/subdir.am | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/subdir.am b/lib/subdir.am index c621ad065..5ec6adf4c 100644 --- a/lib/subdir.am +++ b/lib/subdir.am @@ -410,18 +410,6 @@ lib_libfrrzmq_la_SOURCES = \ #end # -# Tail-f's ConfD support -# -if CONFD -module_LTLIBRARIES += lib/confd.la -endif - -lib_confd_la_CFLAGS = $(AM_CFLAGS) $(CONFD_CFLAGS) -lib_confd_la_LDFLAGS = $(MODULE_LDFLAGS) -lib_confd_la_LIBADD = lib/libfrr.la $(CONFD_LIBS) -lib_confd_la_SOURCES = lib/northbound_confd.c - -# # Sysrepo support # if SYSREPO |