Skip to content
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

bird2: does not work with MD5 password #1084

Open
guillomep opened this issue Nov 12, 2024 · 0 comments
Open

bird2: does not work with MD5 password #1084

guillomep opened this issue Nov 12, 2024 · 0 comments

Comments

@guillomep
Copy link

guillomep commented Nov 12, 2024

Maintainer: @tohojo
Environment: Banana pi - R4, OpenWRT snapshot

Description:

When using bird2 with an MD5 password to connect to peer we get the following error:

Socket error: Kernel does not support TCP MD5 signatures

It is because the kernel is not build with the option CONFIG_TCP_MD5SIG.

I saw that it has been solved on FRR in the following PR: openwrt/packages#24178
I don't know if it is possible to do it the same in this repository. If yes, I can purpose the PR.

guillomep added a commit to guillomep/routing that referenced this issue Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant