Blame SOURCES/firewalld-0.3.9-RHBZ#1057095_add.patch

06cdf6
diff -up firewalld-0.3.9/src/firewall-cmd.RHBZ#1057095_add firewalld-0.3.9/src/firewall-cmd
06cdf6
--- firewalld-0.3.9/src/firewall-cmd.RHBZ#1057095_add	2015-01-13 17:16:55.970151936 +0100
06cdf6
+++ firewalld-0.3.9/src/firewall-cmd	2015-01-13 17:35:14.899699445 +0100
06cdf6
@@ -43,6 +43,8 @@ def __print_and_exit(msg=None, exit_code
06cdf6
     END =  '\033[00m'
06cdf6
     if exit_code > 1:
06cdf6
         __print(FAIL + msg + END)
06cdf6
+        if "COMMAND_FAILED" in msg and "tables" in msg:
06cdf6
+            __print(_("Failed to apply rules. A firewall reload might solve the issue if the firewall has been modified using ip*tables or ebtables."))
06cdf6
     else:
06cdf6
         __print(msg)
06cdf6
         #__print(OK + msg + END)