child-cfg: Add flag to enable hardware offload

This commit is contained in:
Tobias Brunner 2016-06-20 15:24:49 +02:00
parent 749ac175fa
commit 4a17583051

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),
};
/**