mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #42518 from LumiGuide/strongswan-swanctl-5.6.3
strongswan-swanctl: adapt options to strongswan-5.6.3
This commit is contained in:
commit
7e77094f39
1 changed files with 5 additions and 2 deletions
|
@ -938,9 +938,12 @@ in {
|
|||
protection.
|
||||
'';
|
||||
|
||||
hw_offload = mkYesNoParam no ''
|
||||
hw_offload = mkEnumParam ["yes" "no" "auto"] "no" ''
|
||||
Enable hardware offload for this CHILD_SA, if supported by the IPsec
|
||||
implementation.
|
||||
implementation. The value <literal>yes</literal> enforces offloading
|
||||
and the installation will fail if it's not supported by either kernel or
|
||||
device. The value <literal>auto<literal> enables offloading, if it's
|
||||
supported, but the installation does not fail otherwise.
|
||||
'';
|
||||
|
||||
start_action = mkEnumParam ["none" "trap" "start"] "none" ''
|
||||
|
|
Loading…
Reference in a new issue