mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
suricata: Use "2" as repeat-mark and repeat-mask.
The previous used "1" was already used to mark source-natted packets. 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="0x1"
|
||||
MASK="0x1"
|
||||
MARK="0x2"
|
||||
MASK="0x2"
|
||||
|
||||
# PID file of suricata.
|
||||
PID_FILE="/var/run/suricata.pid"
|
||||
|
||||
Reference in New Issue
Block a user