Pavel Tvrdík
|
e189e2f55d
|
RPKI: improved rpki_get_status()
|
2015-10-27 17:42:13 +01:00 |
|
Pavel Tvrdík
|
c050a2a7da
|
RPKI: Improved callback status handling
|
2015-10-19 16:48:33 +02:00 |
|
Pavel Tvrdík
|
695f704389
|
RPKI: Add SSH Transport support
Handle reconfigure (still buggy)
|
2015-10-14 14:47:01 +02: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 |
|
Pavel Tvrdík
|
804684663b
|
RPKI: load RTRLib dynamically with dlopen()
In configuration bird.conf you can specify a path to the RTRlib:
protocol rpki {
rtrlib "/usr/lib/librtr.so";
...
}
|
2015-10-05 16:52:15 +02:00 |
|