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 6f2c522a29..0d4c3f0f0d 100644 --- a/lib/northbound.c +++ b/lib/northbound.c @@ -2389,6 +2389,8 @@ const char *nb_client_name(enum nb_client client) return "gRPC"; case NB_CLIENT_PCEP: return "Pcep"; + case NB_CLIENT_MGMTD_SERVER: + return "MGMTD Server"; case NB_CLIENT_NONE: return "None"; } |
