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.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/command.c') diff --git a/lib/command.c b/lib/command.c index 2e91d84bf3..a4d1190539 100644 --- a/lib/command.c +++ b/lib/command.c @@ -117,6 +117,7 @@ const char *node_names[] = { "vty", // VTY_NODE, "link-params", // LINK_PARAMS_NODE, "bgp evpn vni", // BGP_EVPN_VNI_NODE, + "rpki", // RPKI_NODE }; /* Command vector which includes some level of command lists. Normally -- cgit v1.2.3