diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2023-11-12 20:46:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-12 20:46:04 +0200 |
| commit | 8fb55967429d7409940bb17bff6830d9edac6f72 (patch) | |
| tree | 0acc94813d090007d7704a69ba3d77f0c883e011 /lib/command.h | |
| parent | 2c0c2c773e4f250729a50f1f4e9ed94132491011 (diff) | |
| parent | 756002e277132e7173a28cd7c76c259d300d0bbf (diff) | |
Merge pull request #14771 from LabNConsulting/fix-mgmtd-client-memleaks
lib: mgmtd: fix debug cli commands and memleaks
Diffstat (limited to 'lib/command.h')
| -rw-r--r-- | lib/command.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h index 718d34b007..0da838feb1 100644 --- a/lib/command.h +++ b/lib/command.h @@ -88,6 +88,8 @@ enum node_type { DEBUG_VNC_NODE, /* Debug VNC node. */ RMAP_DEBUG_NODE, /* Route-map debug node */ RESOLVER_DEBUG_NODE, /* Resolver debug node */ + MGMT_BE_DEBUG_NODE, /* mgmtd backend-client debug node */ + MGMT_FE_DEBUG_NODE, /* mgmtd frontend-client debug node */ AAA_NODE, /* AAA node. */ EXTLOG_NODE, /* RFC5424 & co. extended syslog */ KEYCHAIN_NODE, /* Key-chain node. */ |
