]> git.ipfire.org Git - thirdparty/suricata.git/commit
decode/erspan: Warn on ERSPAN Type I config 4882/head
authorJeff Lucovsky <jeff@lucovsky.org>
Thu, 23 Apr 2020 14:07:18 +0000 (10:07 -0400)
committerVictor Julien <victor@inliniac.net>
Sat, 25 Apr 2020 20:22:25 +0000 (22:22 +0200)
commitfa082d04dc5109dfe138c2472467d195f92df5e7
tree8510734034c071e011915bb228191362404869a2
parent82da71bbc46f0fc50fc6f735929bbdf397e82e92
decode/erspan: Warn on ERSPAN Type I config

This commit checks whether pre-6.x settings for ERSPAN Type I are
present. ERSPAN Type I is no longer enabled/disabled through a
configuration setting -- it's always enabled.

When a setting exists to enable/disable ERSPAN Type I decoding, a
warning message is logged.

Enabling/disabling ERSPAN Type I decode has been deprecated in 6.x
src/decode-erspan.c
src/decode-erspan.h
src/decode.c