From 4a175830510f05c1e45e85f519bac6d167461d1e Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 20 Jun 2016 15:24:49 +0200 Subject: child-cfg: Add flag to enable hardware offload --- src/libcharon/config/child_cfg.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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), }; /** -- cgit v1.2.3