]> git.proxmox.com Git - mirror_frr.git/commit - configure.ac
bgpd: Add RPKI/RTR support
authorMarcel Röthke <marcel.roethke@haw-hamburg.de>
Fri, 10 Nov 2017 12:56:24 +0000 (13:56 +0100)
committerMarcel Röthke <marcel.roethke@haw-hamburg.de>
Fri, 10 Nov 2017 13:37:52 +0000 (14:37 +0100)
commitdabecd7c63a6cb109e76a40bcbc890d336831c53
tree088c3311aa53b22cb2a60aa349dba634e65e3538
parent0db8196a967778a8d4e1018329b635b5716d6a08
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>
bgpd/Makefile.am
bgpd/bgp_rpki.c [new file with mode: 0644]
configure.ac
doc/bgpd.texi
doc/rpki.texi [new file with mode: 0644]
lib/command.c
lib/command.h
vtysh/Makefile.am
vtysh/vtysh.c