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
@ -938,9 +938,12 @@ in {
|
|||||||
protection.
|
protection.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
hw_offload = mkYesNoParam no ''
|
hw_offload = mkEnumParam ["yes" "no" "auto"] "no" ''
|
||||||
Enable hardware offload for this CHILD_SA, if supported by the IPsec
|
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" ''
|
start_action = mkEnumParam ["none" "trap" "start"] "none" ''
|
||||||
|
Loading…
Reference in New Issue
Block a user