diff options
| author | Christian Hopps <chopps@labn.net> | 2023-11-29 14:50:16 +0100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-29 14:50:16 +0100 | 
| commit | e7064647b9b2a8930e21c1daa2f7bf2ef13eeb8c (patch) | |
| tree | f8fa7085a50120f75d793e0d8a8f9fcc8421ca71 /lib/command.h | |
| parent | 81ccc5adad98cc0ea21d953e9de053cfa7c08d08 (diff) | |
| parent | d532771eaaa6b8f4667389ae92d50236ee606d34 (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.h | 1 | 
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 */  | 
