]> 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)
committerShivani Bhardwaj <shivanib134@gmail.com>
Thu, 20 Jan 2022 14:45:04 +0000 (20:15 +0530)
commit95f3a06c3ac2075bd26c2c515b266d9fe09f6104
tree910d11f75aa82712d598d9bb3c4b5cf2e773153c
parent0a51ff399916597b5bb3836cd326a7a12c175409
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.
(cherry picked from commit ab8f289bb652a2aa83bdd476708a5f297cbec83c)
src/flow-worker.c