kernel-netlink: Add support for full packet and policy HW offloading
This commit is contained in:
@@ -1040,9 +1040,9 @@ CALLBACK(parse_hw_offload, bool,
|
||||
action_t *out, chunk_t v)
|
||||
{
|
||||
enum_map_t map[] = {
|
||||
{ "no", HW_OFFLOAD_NO },
|
||||
{ "yes", HW_OFFLOAD_YES },
|
||||
{ "auto", HW_OFFLOAD_AUTO },
|
||||
{ "no", HW_OFFLOAD_NO },
|
||||
{ "yes", HW_OFFLOAD_CRYPTO },
|
||||
{ "auto", HW_OFFLOAD_AUTO },
|
||||
};
|
||||
int d;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user