0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-28 20:00:01 +00:00
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
..
2015-10-07 15:54:20 +02:00
Doc
2015-09-17 18:37:11 +02:00
2015-09-17 18:37:11 +02:00
2015-10-07 15:54:20 +02:00
2015-10-07 15:54:20 +02:00
2015-10-07 15:54:20 +02:00