]> git.ipfire.org Git - thirdparty/suricata.git/commit
flow/worker: run housekeeping for bypassed packets
authorVictor Julien <victor@inliniac.net>
Mon, 25 Oct 2021 17:14:49 +0000 (19:14 +0200)
committerVictor Julien <victor@inliniac.net>
Sat, 30 Oct 2021 06:36:27 +0000 (08:36 +0200)
commitab8f289bb652a2aa83bdd476708a5f297cbec83c
tree53d723dd44a5adc2dacbb66be2bfdd91a95962cf
parent41fee417229feed7636f95acb3c3d7309b9d3122
flow/worker: run housekeeping for bypassed packets

Run flow eviction and flow inject queues for bypassed packets as well,
to avoid a scenario where these won't get run at all if too much of the
traffic is bypassed.

Bug: #4779.
src/flow-worker.c