]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Forward Firewall: on every reload of the new firewall-rules the firewall.local is...
authorAlexander Marx <amarx@ipfire.org>
Thu, 20 Jun 2013 09:23:43 +0000 (11:23 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 9 Aug 2013 12:15:29 +0000 (14:15 +0200)
config/forwardfw/rules.pl

index 9f9f7e9919d118b204bd73c427b6d4a4b431bf27..e077b92d90c7f7b69233d51212d3c2a6d04a45f4 100755 (executable)
@@ -139,6 +139,7 @@ if($param eq 'flush'){
                        &p2pblock;
                        system ("iptables -A $CHAIN -m state --state NEW -j ACCEPT");
                        system ("/usr/sbin/firewall-policy");
                        &p2pblock;
                        system ("iptables -A $CHAIN -m state --state NEW -j ACCEPT");
                        system ("/usr/sbin/firewall-policy");
+                       system ("/etc/sysconfig/firewall.local reload");
                }
        }
 }
                }
        }
 }