Merge remote-tracking branch 'ms/firewall-block-green' into next

This commit is contained in:
Michael Tremer
2014-05-22 23:11:43 +02:00
2 changed files with 11 additions and 5 deletions

View File

@@ -57,6 +57,9 @@ HAVE_OPENVPN="true"
# INPUT
# Allow access from GREEN
iptables -A POLICYIN -i "${GREEN_DEV}" -j ACCEPT
# IPsec INPUT
case "${HAVE_IPSEC},${POLICY}" in
true,MODE1) ;;