child-cfg: Make HW offload auto mode configurable
Until now the configuration available to user for HW offload were: hw_offload = no hw_offload = yes With this commit users will be able to configure auto mode using: hw_offload = auto Signed-off-by: Adi Nissim <[email protected]> Reviewed-by: Aviv Heller <[email protected]>
This commit is contained in:
committed by
Tobias Brunner
parent
ee26f7156f
commit
8ced1570ab
@@ -91,8 +91,8 @@ struct kernel_ipsec_add_sa_t {
|
||||
uint16_t cpi;
|
||||
/** TRUE to enable UDP encapsulation for NAT traversal */
|
||||
bool encap;
|
||||
/** TRUE to enable hardware offloading if available */
|
||||
bool hw_offload;
|
||||
/** no (disabled), yes (enabled), auto (enabled if supported) */
|
||||
hw_offload_t hw_offload;
|
||||
/** TRUE to use Extended Sequence Numbers */
|
||||
bool esn;
|
||||
/** TRUE if initiator of the exchange creating the SA */
|
||||
|
||||
Reference in New Issue
Block a user