]> git.ipfire.org Git - thirdparty/suricata.git/commit
flow/bypass: Properly set the ICMP emergency-bypassed value 6086/head
authorLuke Coughlan <lcoughlan5@gmail.com>
Mon, 26 Apr 2021 12:05:15 +0000 (13:05 +0100)
committerVictor Julien <victor@inliniac.net>
Mon, 26 Apr 2021 13:17:32 +0000 (15:17 +0200)
commit7fb56a9075a97cd9781d08efd0f949b0bfca2719
tree754416b6a30b63e142446d1927eac7cd46601c45
parent1eeb96696b30bc1ccfb38091555d534172cd6a02
flow/bypass: Properly set the ICMP emergency-bypassed value

Currently the ICMP emergency-bypassed value defined in suricata.conf is
overwriting the UDP value rather than correctly setting it for ICMP.
This commit corrects this bug so that the ICMP value can be set as
expected.
src/flow.c