This website works better with JavaScript.
Home
Help
Sign In
brielle
/
SRFirewall
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
6
Wiki
Activity
Browse Source
More small fixes
tags/v2.01a1
bbruns
7 years ago
parent
39ca360ec2
commit
900506638e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lib/iptables.inc
+ 1
- 1
lib/iptables.inc
View File
@@ -45,7 +45,7 @@ function iptables_rules_flush {
for i in `cat $TABLE_NAMES`; do
${VER_IPTABLES} -F -t $i &>/dev/null
done
#
${VER_IPTABLES} -X
${VER_IPTABLES} -X
&>/dev/null
}
# iptables_policy_set (ipv6|ipv4) (ACCEPT|DROP)
Write
Preview
Loading…
Cancel
Save