0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-10-18 09:58:43 +00:00
bird/tools
Pavel Tvrdík 41f4b5940f RPKI protocol with integrated RTRLib inside
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;
    };
  }
  ...
2016-01-25 15:39:38 +01:00
..
config.guess Update of config.sub & config.guess 2009-09-06 21:26:46 +02:00
config.sub Update of config.sub & config.guess 2009-09-06 21:26:46 +02:00
cvslog Added a simple utility for converting CVS log messages to a reasonable 2004-05-31 22:16:54 +00:00
gendist Typo in gendist script. 2009-04-28 11:56:33 +02:00
install-sh First step of "autoconfization". Created a configure script which 1999-01-09 15:02:11 +00:00
Makefile-top.in Delete autom4te.cache in 'make distclean'. 2004-05-31 15:13:56 +00:00
Makefile.in RPKI protocol with integrated RTRLib inside 2016-01-25 15:39:38 +01:00
mergedirs Better Clang compatibility 2015-02-21 20:07:17 +01:00
progdoc Description of protocol module moved to where it belongs. If documentation 2000-06-05 09:51:24 +00:00
Rules.in RPKI protocol with integrated RTRLib inside 2016-01-25 15:39:38 +01:00