mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-16 05:53:00 +02:00
suricata: Fix amount of listened nfqueues
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -107,7 +107,7 @@ case "$1" in
|
||||
# Numer of NFQUES.
|
||||
NFQUEUES=
|
||||
|
||||
for i in $(seq 0 $cpu_count); do
|
||||
for i in $(seq 0 $((cpu_count-1)) ); do
|
||||
NFQUEUES+="-q $i "
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user