From 9f1588d9507773a2347e95c4de115ba1d831bf70 Mon Sep 17 00:00:00 2001 From: Matthias Waehlisch Date: Tue, 15 Oct 2019 14:06:59 +0200 Subject: [PATCH] update Compatibility matrix The Compatibility matrix didn't mention RTRlib (https://github.com/rtrlib/rtrlib/), which is a C library implementing the RTR protocol. Part of the software package is the rtrclient, which dumps valid ROA payloads, similar to RTRdump. RPKI support in FRRouting and BIRD is based on RTRlib. Currently, SSH transport in the RTRlib only allows for key-based authentication. As such, FRRouting does not support password-based SSH but key-based SSH. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b4cc7a..6d87724 100644 --- a/README.md +++ b/README.md @@ -233,11 +233,12 @@ Implementations on versions may vary. | Device/software | Plaintext | TLS | SSH | Notes | | --------------- | --------- | --- | --- | ----------------- | | RTRdump | Yes | Yes | Yes | | +| RTRlib | Yes | no | Yes | Only SSH key | | Juniper | Yes | No | No | | | Cisco | Yes | No | Yes | Only SSH password | | Alcatel | Yes | No | No | | | Arista | No | No | No | | -| FRRouting | Yes | No | Yes | Only SSH password | +| FRRouting | Yes | No | Yes | Only SSH key | | Bird | Yes | No | Yes | Only SSH key | | Quagga | Yes | No | No | |