summaryrefslogtreecommitdiffstats
path: root/lib/northbound.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/northbound.c')
-rw-r--r--lib/northbound.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/northbound.c b/lib/northbound.c
index 8932b94da..6ea0f6190 100644
--- a/lib/northbound.c
+++ b/lib/northbound.c
@@ -1123,6 +1123,8 @@ const char *nb_client_name(enum nb_client client)
switch (client) {
case NB_CLIENT_CLI:
return "CLI";
+ case NB_CLIENT_CONFD:
+ return "ConfD";
default:
return "unknown";
}