Project

General

Profile

Actions

Bug #2824

closed

rule reload with workers mode and NFQUEUE not working stable (4.0.x)

Added by Victor Julien about 5 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Affected Versions:
Effort:
Difficulty:
Label:

Description

If you run the IPS mode with NFQUEUE (with --queue-balance) and the workers mode the rule reload with SIGUSR2 might not succeed:

In detect-engine.c packets are injected in every thread to swap to the new ruleset, but this won't happen in runmode workers since there are no incoming queues inq. We then wait for every thread to receive the new rules which could take ages on systems with small amount of traffic since the queue balance from NFQUEUE is not perfectly distributed.

One workaround is to inject packets with iptables but the proper solution would be inject those within the runmode. Any suggestions on how to approach this issue?


Related issues 1 (0 open1 closed)

Copied from Suricata - Bug #2362: rule reload with workers mode and NFQUEUE not working stableClosedAlexander GozmanActions
Actions #1

Updated by Victor Julien about 5 years ago

  • Copied from Bug #2362: rule reload with workers mode and NFQUEUE not working stable added
Actions #2

Updated by Victor Julien about 5 years ago

  • Subject changed from rule reload with workers mode and NFQUEUE not working stable to rule reload with workers mode and NFQUEUE not working stable (4.0.x)
Actions #3

Updated by Victor Julien about 5 years ago

  • Status changed from Assigned to Closed
Actions

Also available in: Atom PDF