Merge branch 'fifteen' of ssh://git.ipfire.org/pub/git/ipfire-2.x into fifteen

This commit is contained in:
Arne Fitzenreiter
2013-12-23 22:25:13 +01:00
5 changed files with 35 additions and 57 deletions

View File

@@ -99,7 +99,7 @@ iptables_init() {
# Block OpenVPN transfer networks
/sbin/iptables -N OVPNBLOCK
for i in INPUT FORWARD OUTPUT; do
for i in INPUT FORWARD; do
/sbin/iptables -A ${i} -j OVPNBLOCK
done