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:
xeji 2018-06-25 15:01:56 +02:00 committed by GitHub
commit 7e77094f39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" ''