]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect/iponly: don't check & set flow flags twice
authorVictor Julien <victor@inliniac.net>
Tue, 9 Mar 2021 15:25:14 +0000 (16:25 +0100)
committerShivani Bhardwaj <shivanib134@gmail.com>
Thu, 29 Apr 2021 09:58:33 +0000 (15:28 +0530)
commitbb5a7d597b66775d4a92f231f5230ca87bec0378
treeaab26524818c806ca5567d4eef2d8ef4403aac16
parent5e0acd594e9484132cd5b552dfce4a5f27630f62
detect/iponly: don't check & set flow flags twice

Per flow IP-only flags are checked and set by IP-only engine, so
no need to set/check them per alert.

(cherry picked from commit fbcdd2ec267d49040ca178f8562767d8fb00aa73)
src/detect-engine-alert.c