child-cfg: Add flag to enable hardware offload
This commit is contained in:
@@ -304,6 +304,9 @@ enum child_cfg_option_t {
|
|||||||
|
|
||||||
/** Install outbound FWD IPsec policies to bypass drop policies */
|
/** Install outbound FWD IPsec policies to bypass drop policies */
|
||||||
OPT_FWD_OUT_POLICIES = (1<<4),
|
OPT_FWD_OUT_POLICIES = (1<<4),
|
||||||
|
|
||||||
|
/** Enable hardware offload, if supported by the IPsec backend */
|
||||||
|
OPT_HW_OFFLOAD = (1<<5),
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user