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

Fix pluto crash when remote endpoint is unstable #2517

Merged
merged 1 commit into from
Jun 2, 2023

Commits on Jun 2, 2023

  1. Fix pluto crash when remote endpoint is unstable

    Currently, submariner-gateway pod while invoking the whack
    commands does not set any dpdaction flags. So the default
    dpdaction of disabled was applied. While using this action,
    when the remote endpoint is not responding within a certain
    duration, some problematic code path in Libreswan was getting
    executed and leading to crash. The proper fix would be to use
    an updated Libreswan, but as a workaround we can explicitly
    set the dpdaction=hold to avoid hitting the problematic code
    paths.
    
    Related PR in libreswan:
    libreswan/libreswan@c7a6113
    
    Fixes: submariner-io#2516
    Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
    Co-authored-by: Yossi Boaron <yboaron@redhat.com>
    sridhargaddam and yboaron committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    a22f63a View commit details
    Browse the repository at this point in the history