diff options
| author | Philippe Guibert <philippe.guibert@6wind.com> | 2019-09-19 14:13:57 +0200 |
|---|---|---|
| committer | Louis Scalbert <louis.scalbert@6wind.com> | 2024-01-18 13:23:33 +0100 |
| commit | 1420189c11e52f8ff306de5d3d0e6a81293e54a9 (patch) | |
| tree | f2b8c67460147e231db539eddcd09bac59d59112 /lib/command.h | |
| parent | fd83486a2957761b1658773f9a7706e58d297780 (diff) | |
bgpd: add support of rpki in vrf configure context
Add support of RPKI commands in the VRF configure context.
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
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 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 */ |
