projects
/
people
/
teissler
/
ipfire-2.x.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1db04ad
)
firewall: rules.pl: Don't reload custom firewall rules here.
author
Michael Tremer
<michael.tremer@ipfire.org>
Sat, 1 Mar 2014 14:01:58 +0000
(15:01 +0100)
committer
Michael Tremer
<michael.tremer@ipfire.org>
Sat, 1 Mar 2014 14:01:58 +0000
(15:01 +0100)
config/firewall/rules.pl
patch
|
blob
|
blame
|
history
diff --git
a/config/firewall/rules.pl
b/config/firewall/rules.pl
index
40ca824
..
845da1f
100755
(executable)
--- 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");
}
}
}