From dabecd7c63a6cb109e76a40bcbc890d336831c53 Mon Sep 17 00:00:00 2001 From: Marcel Röthke Date: Fri, 10 Nov 2017 13:56:24 +0100 Subject: bgpd: Add RPKI/RTR support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit adds support for the RTR protocol to receive ROA information from a RPKI cache server. That information can than be used to validate the BGP origin AS of IP prefixes. Both features are implemented using [rtrlib](http://rtrlib.realmv6.org/). Signed-off-by: Marcel Röthke --- lib/command.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/command.h') 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 */ }; -- cgit v1.2.3