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

47f735
From 3f5c45753a172bd1c713b318cd530c667a7f41b1 Mon Sep 17 00:00:00 2001
47f735
From: Eric Garver <eric@garver.life>
47f735
Date: Wed, 23 Dec 2020 09:22:30 -0500
47f735
Subject: [PATCH 09/22] docs(firewall-cmd): reload does not affect direct rules
47f735
 if FlushAllOnReload=no
47f735
47f735
(cherry picked from commit b682ba874ef879797d681fb018ce3c7b9c57efdb)
47f735
(cherry picked from commit ab4ce6fb13607dba4f8a0e771455ad34d3adb77a)
47f735
---
47f735
 doc/xml/firewall-cmd.xml.in | 8 ++++----
47f735
 1 file changed, 4 insertions(+), 4 deletions(-)
47f735
47f735
diff --git a/doc/xml/firewall-cmd.xml.in b/doc/xml/firewall-cmd.xml.in
47f735
index 3369c2d3f942..691117f3dbff 100644
47f735
--- a/doc/xml/firewall-cmd.xml.in
47f735
+++ b/doc/xml/firewall-cmd.xml.in
47f735
@@ -133,9 +133,9 @@
47f735
 	      if they have not been also in permanent configuration.
47f735
 	    </para>
47f735
 	    <para>
47f735
-	      Note: Runtime changes applied via the direct interface are not
47f735
+	      Note: If FlushAllOnReload=no, runtime changes applied via the direct interface are not
47f735
 	      affected and will therefore stay in place until firewalld daemon
47f735
-	      is restarted completely.
47f735
+	      is restarted completely. For FlushAllOnReload, see <citerefentry><refentrytitle>firewalld.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
47f735
 	    </para>
47f735
 	  </listitem>
47f735
 	</varlistentry>
47f735
@@ -147,9 +147,9 @@
47f735
 	      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.
47f735
 	    </para>
47f735
 	    <para>
47f735
-	      Note: Runtime changes applied via the direct interface are not
47f735
+	      Note: If FlushAllOnReload=no, runtime changes applied via the direct interface are not
47f735
 	      affected and will therefore stay in place until firewalld daemon
47f735
-	      is restarted completely.
47f735
+	      is restarted completely. For FlushAllOnReload, see <citerefentry><refentrytitle>firewalld.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
47f735
 	    </para>
47f735
 	  </listitem>
47f735
 	</varlistentry>
47f735
-- 
47f735
2.27.0
47f735