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

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