summaryrefslogtreecommitdiff
path: root/lib/command.h
diff options
context:
space:
mode:
authorChristian Hopps <chopps@labn.net>2023-11-29 14:50:16 +0100
committerGitHub <noreply@github.com>2023-11-29 14:50:16 +0100
commite7064647b9b2a8930e21c1daa2f7bf2ef13eeb8c (patch)
treef8fa7085a50120f75d793e0d8a8f9fcc8421ca71 /lib/command.h
parent81ccc5adad98cc0ea21d953e9de053cfa7c08d08 (diff)
parentd532771eaaa6b8f4667389ae92d50236ee606d34 (diff)
Merge pull request #14838 from idryzhov/mgmtd-cli-out
Output configuration of mgmtd-converted daemons from mgmtd
Diffstat (limited to 'lib/command.h')
-rw-r--r--lib/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h
index 8b2dee17ea..30982c4fe9 100644
--- a/lib/command.h
+++ b/lib/command.h
@@ -176,6 +176,7 @@ enum node_type {
BMP_NODE, /* BMP config under router bgp */
ISIS_SRV6_NODE, /* ISIS SRv6 node */
ISIS_SRV6_NODE_MSD_NODE, /* ISIS SRv6 Node MSDs node */
+ MGMTD_NODE, /* MGMTD node. */
NODE_TYPE_MAX, /* maximum */
};
/* clang-format on */