vici: Update offloading configuration for full packet HW offloading

This commit is contained in:
Tobias Brunner
2023-02-16 13:25:34 +01:00
parent 55719d7de5
commit 2b8f26308f
2 changed files with 8 additions and 4 deletions
+2
View File
@@ -1042,6 +1042,8 @@ CALLBACK(parse_hw_offload, bool,
enum_map_t map[] = {
{ "no", HW_OFFLOAD_NO },
{ "yes", HW_OFFLOAD_CRYPTO },
{ "crypto", HW_OFFLOAD_CRYPTO },
{ "packet", HW_OFFLOAD_PACKET },
{ "auto", HW_OFFLOAD_AUTO },
};
int d;