From: Michael Tremer Date: Thu, 27 Mar 2014 14:08:17 +0000 (+0100) Subject: firewall: Create mangle chain NAT_DESTINATION to silence error messages when updating. X-Git-Tag: v2.15-rc1~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=70c926e75bc83d60490d5c1ce9d8d62ed64d284b;p=ipfire-2.x.git firewall: Create mangle chain NAT_DESTINATION to silence error messages when updating. --- diff --git a/config/rootfiles/core/76/update.sh b/config/rootfiles/core/76/update.sh index 0561f39563..038adcff2d 100644 --- a/config/rootfiles/core/76/update.sh +++ b/config/rootfiles/core/76/update.sh @@ -279,6 +279,7 @@ rm -f /srv/web/ipfire/cgi-bin/{dmzholes,outgoingfw,portfw,xtaccess}.cgi /sbin/iptables -N POLICYOUT 2>/dev/null /sbin/iptables -t nat -N NAT_SOURCE 2>/dev/null /sbin/iptables -t nat -N NAT_DESTINATION 2>/dev/null +/sbin/iptables -t mangle -N NAT_DESTINATION 2>/dev/null # Create config files for firewall and fix permissions. touch /var/ipfire/firewall/config