nfqws: ipfrag

This commit is contained in:
bol-van
2022-01-03 12:38:18 +03:00
parent 44175a5e2d
commit 690d458ec7
20 changed files with 340 additions and 88 deletions

View File

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