mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 09:41:54 +00:00
41f4b5940f
Add the RPKI protocol (RFC 6810) using the RTRLib (http://rpki.realmv6.org/) that is integrated inside the BIRD's code. Implemeted transports are: - unprotected transport over TCP - secure transport over SSHv2 The code should work properly with one or more cache servers per protocol. Example configuration of bird.conf: ... roa4 table roatable; protocol rpki { table roatable; cache 127.0.0.1; # defaults: port 8282, preference 1, no encryption cache 127.0.0.1 { preference 1; port 2222; ssh encryption { bird private key "/home/birdgeek/.ssh/id_rsa"; cache public key "/home/birdgeek/.ssh/known_hosts"; user "birdgeek"; }; }; cache "rpki-validator.realmv6.org" { preference 2; }; } ...
38 lines
321 B
Plaintext
38 lines
321 B
Plaintext
sha256.c
|
|
sha256.h
|
|
sha512.c
|
|
sha512.h
|
|
sha1.c
|
|
sha1.h
|
|
birdlib.h
|
|
bitops.c
|
|
bitops.h
|
|
idm.c
|
|
idm.h
|
|
ip.c
|
|
ip.h
|
|
lists.c
|
|
lists.h
|
|
md5.c
|
|
md5.h
|
|
mempool.c
|
|
resource.c
|
|
resource.h
|
|
slab.c
|
|
socket.h
|
|
tbf.c
|
|
unaligned.h
|
|
xmalloc.c
|
|
printf.c
|
|
string.h
|
|
patmatch.c
|
|
slists.c
|
|
slists.h
|
|
event.c
|
|
event.h
|
|
checksum.c
|
|
checksum.h
|
|
alloca.h
|
|
net.c
|
|
libssh.c
|
|
libssh.h |