diff options
Diffstat (limited to 'lib/northbound.c')
| -rw-r--r-- | lib/northbound.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/northbound.c b/lib/northbound.c index 6ea0f6190d..12d08310c6 100644 --- a/lib/northbound.c +++ b/lib/northbound.c @@ -1125,6 +1125,8 @@ const char *nb_client_name(enum nb_client client) return "CLI"; case NB_CLIENT_CONFD: return "ConfD"; + case NB_CLIENT_SYSREPO: + return "Sysrepo"; default: return "unknown"; } |
