mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-21 16:32:59 +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:
@@ -117,8 +117,8 @@ logging:
|
||||
|
||||
nfq:
|
||||
mode: repeat
|
||||
repeat-mark: 2
|
||||
repeat-mask: 2
|
||||
repeat-mark: 16
|
||||
repeat-mask: 16
|
||||
# bypass-mark: 1
|
||||
# bypass-mask: 1
|
||||
# route-queue: 2
|
||||
|
||||
@@ -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