From: Jeff Lucovsky Date: Fri, 23 Jun 2023 13:22:50 +0000 (-0400) Subject: doc/afpacket: Document rollover deprecation X-Git-Tag: suricata-7.0.0~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29621c7f0d9e160fefa984ca1787f62f3288c509;p=thirdparty%2Fsuricata.git doc/afpacket: Document rollover deprecation --- diff --git a/doc/userguide/upgrade.rst b/doc/userguide/upgrade.rst index ccf583f1a5..badaaf7343 100644 --- a/doc/userguide/upgrade.rst +++ b/doc/userguide/upgrade.rst @@ -74,6 +74,8 @@ Deprecations - Multiple "include" fields in the configuration file will now issue a warning and in Suricata 8.0 will not be supported. See :ref:`includes` for documentation on including multiple files. +- For AF-Packet, the `cluster_rollover` setting is no longer supported. If this is used, a warning + message will be printed and `cluster_flow` will be used instead. Other changes ~~~~~~~~~~~~~