]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc/upgrade: move ike logging changes to 7.0 changes
authorJason Ish <jason.ish@oisf.net>
Mon, 13 Sep 2021 20:28:49 +0000 (14:28 -0600)
committerVictor Julien <victor@inliniac.net>
Fri, 17 Sep 2021 08:44:52 +0000 (10:44 +0200)
Was mistakenly put in 6.0 changes.

doc/userguide/upgrade.rst

index cbd73a63ce878fdfe33bdb5bc17976e685e15855..d15516d6932532902c770a2759fbd1290099d03b 100644 (file)
@@ -39,6 +39,11 @@ Major changes
 Removals
 ~~~~~~~~
 
+Logging changes
+~~~~~~~~~~~~~~~
+- IKEv2 Eve logging changed, the event_type has become ``ike``. The fields ``errors`` and ``notify`` have moved to
+  ``ike.ikev2.errors`` and ``ike.ikev2.notify``.
+
 Other changes
 ~~~~~~~~~~~~~
 - NSS is no longer required. File hashing and JA3 can now be used without the NSS compile time dependency.
@@ -73,11 +78,6 @@ Removals
   if this behavior is still required. See :ref:`multiple-eve-instances`.
 - Unified2 has been removed. See :ref:`unified2-removed`.
 
-Logging changes
-~~~~~~~~~~~~~~~
-- IKEv2 Eve logging changed, the event_type has become ``ike``. The fields ``errors`` and ``notify`` have moved to
-  ``ike.ikev2.errors`` and ``ike.ikev2.notify``.
-
 Upgrading 4.1 to 5.0
 --------------------