-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
keychain with md5 doesn't work on newer Linux #15923
Comments
This is probably related to #8443 |
|
Seems to work just fine on Ubuntu 24.04 LTS with the official FRR 10.0 package (for Ubuntu 22.04) from deb.frrouting.org. |
@mwinter-osr shouldn't be |
Not sure why this test is failing on Ubuntu 24.04 this may be a red-herring. The configuration error has always been present; however, the test is not actually testing the hash algorithm, but when the keys are enabled which still functioned correctly. |
Also update to use a newer hashing function while we are here. fixes FRRouting#15923 Signed-off-by: Christian Hopps <[email protected]>
Also update to use a newer hashing function while we are here. fixes FRRouting#15923 Signed-off-by: Christian Hopps <[email protected]>
See on latest master as of May 3, 2024 (git sha 53820a5)
The topotest test_keychain fails on Debian 12 and Ubuntu 24.04 (It does work on Debian 10 and Ubuntu 18.04, unknown on others):
The issue can be seen in the router logs of the topotest:
My guess (not verified) is that the lib used doesn't support md5 anymore on newer systems.
The text was updated successfully, but these errors were encountered: