summaryrefslogtreecommitdiff
path: root/lib/command.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-11-13 13:35:22 -0500
committerGitHub <noreply@github.com>2017-11-13 13:35:22 -0500
commit4df759fecf7cf2b6cd45e47789e8d06437ff7ca7 (patch)
tree1dc0a9acfc06b573b17b09c924dbc8b56e1b48db /lib/command.h
parentb8f86a7c909c119a708ac32ed93df8feb56993c8 (diff)
parentacd4a9f4102d54039357a98377db8feb7d56413f (diff)
Merge pull request #1436 from rtrlib/rpki
bgpd: Add RPKI/RTR support
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 9e6c954f15..42dd1c5325 100644
--- a/lib/command.h
+++ b/lib/command.h
@@ -140,6 +140,7 @@ enum node_type {
VTY_NODE, /* Vty node. */
LINK_PARAMS_NODE, /* Link-parameters node */
BGP_EVPN_VNI_NODE, /* BGP EVPN VNI */
+ RPKI_NODE, /* RPKI node for configuration of RPKI cache server connections.*/
NODE_TYPE_MAX, /* maximum */
};