]> git.ipfire.org Git - thirdparty/suricata.git/commit
afpacket/netmap: warn about mixed ips, ids/tap deprecation
authorJason Ish <jason.ish@oisf.net>
Wed, 19 Oct 2022 19:07:56 +0000 (13:07 -0600)
committerVictor Julien <vjulien@oisf.net>
Tue, 22 Nov 2022 13:13:49 +0000 (14:13 +0100)
commit0c00f28ebcf168e4712f23d49c27508c27f6e774
treec16cd0680f7b93f518c1d98a4008756b64f4951e
parent222f2ac1c56173697f9db0adcedc299b773511a6
afpacket/netmap: warn about mixed ips, ids/tap deprecation

Suricata already logs if AF_PACKET or Netmap are running in a mixed IPS
and IDS/TAP mode.  As the behavior is undefined when these modes are
mixed, it is best to deprecate and to not allow this behavior. For now
warn that it will be unsupported and fail in Suricata 8.

Ticket: 5587
src/runmode-af-packet.c
src/runmode-netmap.c