aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2016-06-20 15:24:49 +0200
committerTobias Brunner <tobias@strongswan.org>2017-05-23 16:54:36 +0200
commit4a175830510f05c1e45e85f519bac6d167461d1e (patch)
treea71f38ca82b723bc832497e1173289d63d335ecb /src
parent749ac175fa9052a360c6393c93efbca8d5cc7621 (diff)
downloadstrongswan-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.h3
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),
};
/**