strongswan-swanctl: adapt options to strongswan-5.6.3

This time there was only one change between 5.6.2..5.6.3:

2c7a4b0704
This commit is contained in:
Bas van Dijk 2018-06-24 11:32:10 +02:00
parent 7bf378ce7f
commit 401370287a

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