1
0
mirror of https://github.com/cloudflare/gortr.git synced 2024-05-19 06:50:10 +00:00

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.
This commit is contained in:
Matthias Waehlisch
2019-10-15 14:06:59 +02:00
parent a233e0ec73
commit 9f1588d950

View File

@ -233,11 +233,12 @@ Implementations on versions may vary.
| Device/software | Plaintext | TLS | SSH | Notes | | Device/software | Plaintext | TLS | SSH | Notes |
| --------------- | --------- | --- | --- | ----------------- | | --------------- | --------- | --- | --- | ----------------- |
| RTRdump | Yes | Yes | Yes | | | RTRdump | Yes | Yes | Yes | |
| RTRlib | Yes | no | Yes | Only SSH key |
| Juniper | Yes | No | No | | | Juniper | Yes | No | No | |
| Cisco | Yes | No | Yes | Only SSH password | | Cisco | Yes | No | Yes | Only SSH password |
| Alcatel | Yes | No | No | | | Alcatel | Yes | No | No | |
| Arista | No | 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 | | Bird | Yes | No | Yes | Only SSH key |
| Quagga | Yes | No | No | | | Quagga | Yes | No | No | |