]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc: Protocol name/case change for upgrade doc 6118/head
authorJeff Lucovsky <jeff@lucovsky.org>
Sun, 9 May 2021 13:21:31 +0000 (09:21 -0400)
committerJeff Lucovsky <jeff@lucovsky.org>
Fri, 14 May 2021 13:01:36 +0000 (09:01 -0400)
This commit adds a one-liner to the upgrade document for 7.0 stating
that protocol names/values are now builtin to Suricata and that names
and their casing may change.

doc/userguide/upgrade.rst

index fd05fdd52e55b334604ee188d231a649542cb6db..7301df18cbf462f6308f8c4169f479351ba7ccb2 100644 (file)
@@ -30,6 +30,21 @@ by the ones Suricata supplies.
 Major updates include new features, new default settings and often also
 remove features.
 
+Upgrading 6.0 to 7.0
+--------------------
+
+Major changes
+~~~~~~~~~~~~~
+
+Removals
+~~~~~~~~
+
+Logging changes
+~~~~~~~~~~~~~~~
+- Protocol values and their names are built-in to Suricata instead of using the system's ``/etc/protocols`` file. Some names and casing may have changed
+  in the values ``proto`` in ``eve.json`` log entries and other logs containing protocol names and values.
+  See https://redmine.openinfosecfoundation.org/issues/4267 for more information.
+
 Upgrading 5.0 to 6.0
 --------------------
 - SIP now enabled by default