summaryrefslogtreecommitdiff
path: root/lib/northbound.c
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2024-03-15 00:52:18 +0200
committerIgor Ryzhov <iryzhov@nfware.com>2024-03-15 00:58:10 +0200
commit84a00a47b833ab43ec1f02c3d8351df0d02e4d28 (patch)
treedd18d3e1b23dd97344a69bfac585fc7b92834f9e /lib/northbound.c
parent4b512f2f0768b7f832db1627f32dd07493a420a3 (diff)
*: 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/northbound.c')
-rw-r--r--lib/northbound.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/northbound.c b/lib/northbound.c
index 487f225913..11dca732ba 100644
--- a/lib/northbound.c
+++ b/lib/northbound.c
@@ -2403,8 +2403,6 @@ const char *nb_client_name(enum nb_client client)
switch (client) {
case NB_CLIENT_CLI:
return "CLI";
- case NB_CLIENT_CONFD:
- return "ConfD";
case NB_CLIENT_SYSREPO:
return "Sysrepo";
case NB_CLIENT_GRPC: