Luuk Hendriks
Luuk Hendriks
Some of these might be solved when moving to daemonbase (#81). - [] Setting `log_file` without changing `log_target` can be confusing. Maybe we should not allow the combination of a...
On an out-of-the-box CentOS 10 install, SELinux disagrees with roto: ``` # /usr/bin/rotonda --config /etc/rotonda/rotonda.conf thread 'main' panicked at /github/home/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/roto-0.7.1/src/codegen/mod.rs:547:43: called `Result::unwrap()` on an `Err` value: Backend(unable to make memory...
For AS_PATHs with the right-most AS_SEQUENCE being of type AS_SET, the `rpki.check_rov()` method in roto and other ROV checks within Rotonda are currently not strict/precise enough. In those cases, the...
Calling `rpki.check_rov` from roto currently marks a route as `NotFound` when the VRP cache is completely empty. While this might be 'technically correct' and one could argue this is by...