Blame SOURCES/firewalld-0.4.4.6-doc-firewall-cmd-Document-quirk-in-reload-option.patch

843f86
From 2243b7f14921a1d8b24c8090d531451e7ab9e0dd Mon Sep 17 00:00:00 2001
843f86
From: Phil Sutter <psutter@redhat.com>
843f86
Date: Mon, 11 Sep 2017 18:47:21 +0200
843f86
Subject: [PATCH 1/5] doc: firewall-cmd: Document quirk in --reload option
843f86
843f86
Contrary to what one might assume, --reload and --complete-reload leave
843f86
changes done via the direct interface in place.
843f86
843f86
Fixes: RHBZ#1452137
843f86
Signed-off-by: Phil Sutter <psutter@redhat.com>
843f86
---
843f86
 doc/xml/firewall-cmd.xml | 10 ++++++++++
843f86
 1 file changed, 10 insertions(+)
843f86
843f86
diff --git a/doc/xml/firewall-cmd.xml b/doc/xml/firewall-cmd.xml
843f86
index bf4e7a0c21a9c..bdb5767634aaa 100644
843f86
--- a/doc/xml/firewall-cmd.xml
843f86
+++ b/doc/xml/firewall-cmd.xml
843f86
@@ -132,6 +132,11 @@
843f86
 	      i.e. all runtime only changes done until reload are lost with reload
843f86
 	      if they have not been also in permanent configuration.
843f86
 	    </para>
843f86
+	    <para>
843f86
+	      Note: Runtime changes applied via the direct interface are not
843f86
+	      affected and will therefore stay in place until firewalld daemon
843f86
+	      is restarted completely.
843f86
+	    </para>
843f86
 	  </listitem>
843f86
 	</varlistentry>
843f86
 
843f86
@@ -141,6 +146,11 @@
843f86
 	    <para>
843f86
 	      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.
843f86
 	    </para>
843f86
+	    <para>
843f86
+	      Note: Runtime changes applied via the direct interface are not
843f86
+	      affected and will therefore stay in place until firewalld daemon
843f86
+	      is restarted completely.
843f86
+	    </para>
843f86
 	  </listitem>
843f86
 	</varlistentry>
843f86
 
843f86
-- 
843f86
2.13.1
843f86