0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-23 10:11:53 +00:00
bird/proto/rpki
Pavel Tvrdík df2caa8b1d RPKI: refactore and improve
Takes into account a preferences of caches.
Fixes many bugs.

Configuration example:

    roa table roatable;

    protocol rpki {
      debug all;
      roa table roatable;

      cache "rpki-validator.realmv6.org" {
          port 3233;
          preference 1;
      };
      cache 127.0.0.1 {
          preference 2;
      };
      cache "rpki-validator.realmv6.org";
    }
2015-10-07 15:54:20 +02:00
..
config.Y RPKI: refactore and improve 2015-10-07 15:54:20 +02:00
Doc RPKI: add new protocol skeleton 2015-09-17 18:37:11 +02:00
Makefile RPKI: add new protocol skeleton 2015-09-17 18:37:11 +02:00
rpki.c RPKI: refactore and improve 2015-10-07 15:54:20 +02:00
rpki.h RPKI: refactore and improve 2015-10-07 15:54:20 +02:00
rtrlib-mockup.h RPKI: refactore and improve 2015-10-07 15:54:20 +02:00