summaryrefslogtreecommitdiff
path: root/lib/command.h
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@users.noreply.github.com>2020-07-14 11:52:47 -0400
committerGitHub <noreply@github.com>2020-07-14 11:52:47 -0400
commit1f30402b929bd2716221d090702a8e26208df27e (patch)
tree945d8830742fdfcc3a83b3c8980c48671f44c9ba /lib/command.h
parentb86e8befc77b8fd95412fad6dfa9ed9d9e3d4858 (diff)
parent76ddd87e88089e40b0de868c456e2dd086839911 (diff)
Merge pull request #5015 from pguibert6WIND/rpki_vrf_encapsulation
Rpki Encapsulation
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 21bb613540..9e0fc783c7 100644
--- a/lib/command.h
+++ b/lib/command.h
@@ -159,6 +159,7 @@ enum node_type {
OPENFABRIC_NODE, /* OpenFabric router configuration node */
VRRP_NODE, /* VRRP node */
BMP_NODE, /* BMP config under router bgp */
+ RPKI_VRF_NODE, /* RPKI node for VRF */
NODE_TYPE_MAX, /* maximum */
};