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

libreswan: Present --dpddelay if --dpdaction is specified #2599

Merged
merged 4 commits into from
Aug 17, 2023

Commits on Jul 3, 2023

  1. libreswan: Present --dpddelay if --dpdaction is specified

    When a connection is added through `ipsec whack`, --dpdaction=hold
    needs --dpddelay to be specified; otherwise the next probes may be
    scheduled too frequently.
    
    Signed-off-by: Daiki Ueno <[email protected]>
    ueno committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    74b1f94 View commit details
    Browse the repository at this point in the history
  2. libreswan: Run whack through /usr/sbin/ipsec wrapper

    Instead of specifying the absolute path of the "whack" command, it is
    recommended to invoke it through the "ipsec" wrapper.
    
    Signed-off-by: Daiki Ueno <[email protected]>
    ueno committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    199017f View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    745e788 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    7e11d9c View commit details
    Browse the repository at this point in the history