Add a changelog entry for the cache_acls change.
[invirt/packages/invirt-web.git] / debian / invirt-web-iptables.init
index 883e2ab..9c107ee 100755 (executable)
@@ -23,6 +23,7 @@ dpkg -s "$NAME" >/dev/null 2>/dev/null || exit 0
 do_start()
 {
        gen_files
+        echo 1 > /proc/sys/net/ipv4/ip_forward
        /sbin/iptables-restore < $RULES
 }