summaryrefslogtreecommitdiff
path: root/lib/command.h
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2024-01-22 16:16:34 +0200
committerGitHub <noreply@github.com>2024-01-22 16:16:34 +0200
commit20ec72d7ca84c38894ac8799c4f86bc0fe914a3d (patch)
tree6c334245401005892300049742ce31930ba2f3ec /lib/command.h
parent8664dd93628987f9683a1b52bd31d4b85bd0ea3f (diff)
parent2b30c4ae9236c9760f3697cde3ddab8fae1a7604 (diff)
Merge pull request #15052 from louis-6wind/rpki-vrf-92
bgpd: add VRF support to RPKI
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 b6419e6fec..4886b4bc47 100644
--- a/lib/command.h
+++ b/lib/command.h
@@ -178,6 +178,7 @@ enum node_type {
ISIS_SRV6_NODE, /* ISIS SRv6 node */
ISIS_SRV6_NODE_MSD_NODE, /* ISIS SRv6 Node MSDs node */
MGMTD_NODE, /* MGMTD node. */
+ RPKI_VRF_NODE, /* RPKI node for VRF */
NODE_TYPE_MAX, /* maximum */
};
/* clang-format on */