]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
userguide/upgrade: link to exception policy FAQ
authorJuliana Fajardini <jufajardini@oisf.net>
Mon, 24 Jul 2023 15:45:41 +0000 (12:45 -0300)
committerVictor Julien <vjulien@oisf.net>
Tue, 25 Jul 2023 13:10:09 +0000 (15:10 +0200)
With the release of 7, people are starting to have issues with traffic
being blocked. While we don't add a more expansive documentation for
this, add a link to the FAQ covering possible fixes for drops caused by
the fail closed default behavior of the exception policies.

doc/userguide/upgrade.rst

index d3685979c6d0e483b2fff0cf875ead06c1c4e933..991e55ae75c1f8d005bcd7caf1b8f542b91d1027 100644 (file)
@@ -42,8 +42,10 @@ Major changes
 - Upgrade of PCRE1 to PCRE2. See :ref:`pcre-update-v1-to-v2` for more details.
 - IPS users: by default various new "exception policies" are set to DROP
   traffic. Please see :ref:`Exception Policies <exception policies>` for details
-  on the settings and their scope.
-- New protocols enabled by default: bittorrent-dht, quic, http2
+  on the settings and their scope. For trouble shooting, please check `My traffic gets
+  blocked after upgrading to Suricata 7
+  <https://forum.suricata.io/t/my-traffic-gets-blocked-after-upgrading-to-suricata-7>`_.
+- New protocols enabled by default: bittorrent-dht, quic, http2.
 - The telnet protocol is also enabled by default, but only for the ``app-layer``.
 
 Security changes