]> git.ipfire.org Git - thirdparty/suricata.git/commit
stream: fix stream.inline default 1915/head
authorVictor Julien <victor@inliniac.net>
Wed, 9 Mar 2016 12:21:45 +0000 (13:21 +0100)
committerVictor Julien <victor@inliniac.net>
Wed, 9 Mar 2016 12:24:45 +0000 (13:24 +0100)
commite4059fb541202964a54d56a38f261591e9d79a7f
tree93739ea4344f4c501bb744432fa4735e029b0dab
parentbda9869af7d5db3f05eabc0716fd672a9cb2aa7c
stream: fix stream.inline default

If stream.inline setting was missing it would default to IDS.

This patch changes the default to 'auto', meaning that in IPS mode
the stream engine also uses IPS mode and in IDS mode it's still in
IDS mode.

Bug #1570
src/stream-tcp.c