From: Tobias Brunner Date: Mon, 20 Jun 2016 13:24:49 +0000 (+0200) Subject: child-cfg: Add flag to enable hardware offload X-Git-Tag: 5.5.3~35^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4a175830510f05c1e45e85f519bac6d167461d1e;p=thirdparty%2Fstrongswan.git child-cfg: Add flag to enable hardware offload --- diff --git a/src/libcharon/config/child_cfg.h b/src/libcharon/config/child_cfg.h index 7985c3cf63..56ffab5973 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), }; /**