You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug fixes
* The RTR server now returns the expected protocol version in the version
negotiation error message rather than the requested version. ([#280])
* The RTR server does not accept protocol version 2 for now to avoid
sending illegal ASPA PDUs. This is a workaround until the final format
of the PDU is specified. ([#281])
* Fixed protocol version negotiation in the RTR client. It will now error
out if the server responds with a version greater than the requested one
rather just accepting it. ([#282])
0 commit comments