mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
suricata: Define bypass mark
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> Reviewed-by: Peter Müller <peter.mueller@ipfire.org> Tested-by: Stefan Schantl <stefan.schantl@ipfire.org> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
4f07c279a0
commit
11f7218f9c
@@ -348,8 +348,8 @@ nfq:
|
|||||||
mode: repeat
|
mode: repeat
|
||||||
repeat-mark: 2147483648
|
repeat-mark: 2147483648
|
||||||
repeat-mask: 2147483648
|
repeat-mask: 2147483648
|
||||||
# bypass-mark: 1
|
bypass-mark: 1073741824
|
||||||
# bypass-mask: 1
|
bypass-mask: 1073741824
|
||||||
# route-queue: 2
|
# route-queue: 2
|
||||||
# batchcount: 20
|
# batchcount: 20
|
||||||
fail-open: yes
|
fail-open: yes
|
||||||
|
|||||||
@@ -37,6 +37,8 @@ enabled_ips_zones=()
|
|||||||
# Mark and Mask options.
|
# Mark and Mask options.
|
||||||
REPEAT_MARK="0x80000000"
|
REPEAT_MARK="0x80000000"
|
||||||
REPEAT_MASK="0x80000000"
|
REPEAT_MASK="0x80000000"
|
||||||
|
BYPASS_MARK="0x40000000"
|
||||||
|
BYPASS_MASK="0x40000000"
|
||||||
|
|
||||||
# PID file of suricata.
|
# PID file of suricata.
|
||||||
PID_FILE="/var/run/suricata.pid"
|
PID_FILE="/var/run/suricata.pid"
|
||||||
|
|||||||
Reference in New Issue
Block a user