From 60fb533157f92fdfe630fd8e76d2ca5f4644ad5d Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 1 Mar 2014 15:01:58 +0100 Subject: [PATCH] firewall: rules.pl: Don't reload custom firewall rules here. --- config/firewall/rules.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/config/firewall/rules.pl b/config/firewall/rules.pl index 40ca8245f3..845da1f889 100755 --- a/config/firewall/rules.pl +++ b/config/firewall/rules.pl @@ -112,7 +112,6 @@ if($param eq 'flush'){ }elsif($fwdfwsettings{'POLICY'} eq 'MODE2'){ &p2pblock; system ("/usr/sbin/firewall-policy"); - system ("/etc/sysconfig/firewall.local reload"); } } } -- 2.39.2