child-cfg: Add flag to enable hardware offload

This commit is contained in:
Tobias Brunner
2017-05-23 16:54:36 +02:00
parent 749ac175fa
commit 4a17583051
+3
View File
@@ -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),
};
/**