strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
749ac17
)
child-cfg: Add flag to enable hardware offload
author
Tobias Brunner
<tobias@strongswan.org>
Mon, 20 Jun 2016 13:24:49 +0000
(15:24 +0200)
committer
Tobias Brunner
<tobias@strongswan.org>
Tue, 23 May 2017 14:54:36 +0000
(16:54 +0200)
src/libcharon/config/child_cfg.h
patch
|
blob
|
history
diff --git
a/src/libcharon/config/child_cfg.h
b/src/libcharon/config/child_cfg.h
index
7985c3c
..
56ffab5
100644
(file)
--- 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),
};
/**