nfqws: fix posnat initial packet handling

This commit is contained in:
bol-van
2024-04-07 18:23:48 +03:00
parent f94703a866
commit 99c6014adb
11 changed files with 41 additions and 26 deletions

View File

@@ -3,5 +3,5 @@
typedef enum
{
// frag=drop but do not fix checksum
pass = 0, modify, drop, frag
pass = 0, modify, drop, frag, modfrag
} packet_process_result;