mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-06 00:00:47 -04:00
child-cfg: Add flag to enable hardware offload
This commit is contained in:
parent
749ac175fa
commit
4a17583051
@ -304,6 +304,9 @@ enum child_cfg_option_t {
|
||||
|
||||
/** Install outbound FWD IPsec policies to bypass drop policies */
|
||||
OPT_FWD_OUT_POLICIES = (1<<4),
|
||||
|
||||
/** Enable hardware offload, if supported by the IPsec backend */
|
||||
OPT_HW_OFFLOAD = (1<<5),
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user