diff options
| author | Marcel Röthke <marcel.roethke@haw-hamburg.de> | 2017-11-10 13:56:24 +0100 |
|---|---|---|
| committer | Marcel Röthke <marcel.roethke@haw-hamburg.de> | 2017-11-10 14:37:52 +0100 |
| commit | dabecd7c63a6cb109e76a40bcbc890d336831c53 (patch) | |
| tree | 088c3311aa53b22cb2a60aa349dba634e65e3538 /lib/command.c | |
| parent | 0db8196a967778a8d4e1018329b635b5716d6a08 (diff) | |
bgpd: Add RPKI/RTR support
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 <marcel.roethke@haw-hamburg.de>
Diffstat (limited to 'lib/command.c')
| -rw-r--r-- | lib/command.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
