From a22f5a5289a59ef01986616a34ee863fe24bd874 Mon Sep 17 00:00:00 2001 From: Igor Ryzhov Date: Wed, 15 Nov 2023 02:14:22 +0100 Subject: mgmtd: add node for writing configuration Signed-off-by: Igor Ryzhov --- lib/command.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/command.h') diff --git a/lib/command.h b/lib/command.h index 0da838feb1..91d22c5926 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 */ -- cgit v1.2.3