mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-25 02:12:58 +02:00
suricata: Swith to "16" as repeat-mark and repeat-mask.
Marks "1-3" are used for marking source-natted packets on the
interfaces and 4 up to 6 for TOS and QOS. The mark "32" is used by IPsec.
See commit: f5ad510e3c
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -29,8 +29,8 @@ NFQ_OPTS="--queue-bypass "
|
||||
network_zones=( red green blue orange )
|
||||
|
||||
# Mark and Mask options.
|
||||
MARK="0x2"
|
||||
MASK="0x2"
|
||||
MARK="0x16"
|
||||
MASK="0x16"
|
||||
|
||||
# PID file of suricata.
|
||||
PID_FILE="/var/run/suricata.pid"
|
||||
|
||||
Reference in New Issue
Block a user