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:
@ -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 | |
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user