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

arm64: kernel 5.15: enable TCP_MD5SIG #233

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 24, 2023

  1. arm64: kernel 5.15: enable TCP_MD5SIG

    For BGP TCP MD5 authentication to work, the appropriate support needs to
    be enabled in the kernel, so enable it.
    
    Fixes errors from FRR's bgpd like:
    
        Jul 19 12:29:43 localhost bgpd[954]: [KTTWK-0CPJ7][EC 100663303] sockopt_tcp_signature: setsockopt(22): Protocol not available
        Jul 19 12:29:43 localhost bgpd[954]: [NWGVJ-FEW9F][EC 33554495] Unable to set TCP MD5 option on socket for peer 10.0.1.2 (sock=22): Protocol not available
        Jul 19 12:29:43 localhost bgpd[954]: [KTTWK-0CPJ7][EC 100663303] sockopt_tcp_signature: setsockopt(22): Protocol not available
        Jul 19 12:29:43 localhost bgpd[954]: [NWGVJ-FEW9F][EC 33554495] Unable to set TCP MD5 option on socket for peer 10.0.0.2 (sock=22): Protocol not available
    
    Signed-off-by: Jonas Gorski <[email protected]>
    KanjiMonster committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    396a631 View commit details
    Browse the repository at this point in the history