Blame SOURCES/0009-docs-firewall-cmd-reload-does-not-affect-direct-rule.patch

63f414
From 3f5c45753a172bd1c713b318cd530c667a7f41b1 Mon Sep 17 00:00:00 2001
63f414
From: Eric Garver <eric@garver.life>
63f414
Date: Wed, 23 Dec 2020 09:22:30 -0500
63f414
Subject: [PATCH 09/22] docs(firewall-cmd): reload does not affect direct rules
63f414
 if FlushAllOnReload=no
63f414
63f414
(cherry picked from commit b682ba874ef879797d681fb018ce3c7b9c57efdb)
63f414
(cherry picked from commit ab4ce6fb13607dba4f8a0e771455ad34d3adb77a)
63f414
---
63f414
 doc/xml/firewall-cmd.xml.in | 8 ++++----
63f414
 1 file changed, 4 insertions(+), 4 deletions(-)
63f414
63f414
diff --git a/doc/xml/firewall-cmd.xml.in b/doc/xml/firewall-cmd.xml.in
63f414
index 3369c2d3f942..691117f3dbff 100644
63f414
--- a/doc/xml/firewall-cmd.xml.in
63f414
+++ b/doc/xml/firewall-cmd.xml.in
63f414
@@ -133,9 +133,9 @@
63f414
 	      if they have not been also in permanent configuration.
63f414
 	    </para>
63f414
 	    <para>
63f414
-	      Note: Runtime changes applied via the direct interface are not
63f414
+	      Note: If FlushAllOnReload=no, runtime changes applied via the direct interface are not
63f414
 	      affected and will therefore stay in place until firewalld daemon
63f414
-	      is restarted completely.
63f414
+	      is restarted completely. For FlushAllOnReload, see <citerefentry><refentrytitle>firewalld.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
63f414
 	    </para>
63f414
 	  </listitem>
63f414
 	</varlistentry>
63f414
@@ -147,9 +147,9 @@
63f414
 	      Reload firewall completely, even netfilter kernel modules. This will most likely terminate active connections, because state information is lost. This option should only be used in case of severe firewall problems. For example if there are state information problems that no connection can be established with correct firewall rules.
63f414
 	    </para>
63f414
 	    <para>
63f414
-	      Note: Runtime changes applied via the direct interface are not
63f414
+	      Note: If FlushAllOnReload=no, runtime changes applied via the direct interface are not
63f414
 	      affected and will therefore stay in place until firewalld daemon
63f414
-	      is restarted completely.
63f414
+	      is restarted completely. For FlushAllOnReload, see <citerefentry><refentrytitle>firewalld.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
63f414
 	    </para>
63f414
 	  </listitem>
63f414
 	</varlistentry>
63f414
-- 
63f414
2.27.0
63f414