diff options
author | Tobias Brunner <tobias@strongswan.org> | 2016-06-20 15:24:49 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2017-05-23 16:54:36 +0200 |
commit | 4a175830510f05c1e45e85f519bac6d167461d1e (patch) | |
tree | a71f38ca82b723bc832497e1173289d63d335ecb /src | |
parent | 749ac175fa9052a360c6393c93efbca8d5cc7621 (diff) | |
download | strongswan-4a175830510f05c1e45e85f519bac6d167461d1e.tar.bz2 strongswan-4a175830510f05c1e45e85f519bac6d167461d1e.tar.xz |
child-cfg: Add flag to enable hardware offload
Diffstat (limited to 'src')
-rw-r--r-- | src/libcharon/config/child_cfg.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libcharon/config/child_cfg.h b/src/libcharon/config/child_cfg.h index 7985c3cf6..56ffab597 100644 --- a/src/libcharon/config/child_cfg.h +++ b/src/libcharon/config/child_cfg.h @@ -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), }; /** |