From: Jo-Philipp Wich Date: Fri, 20 Feb 2009 01:56:02 +0000 (+0000) Subject: Merge r4258 X-Git-Tag: 0.8.7~89 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3f0436713d8e956866e06297786d7923544761e5;p=oweals%2Fluci.git Merge r4258 --- diff --git a/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua b/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua index 31746c682..23bbfecf8 100644 --- a/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua +++ b/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua @@ -217,7 +217,7 @@ function main.write(self, section, value) if not has_advanced then uci:section("firewall", "advanced", nil, - { tcp_ecn = "0" }) + { tcp_ecn = "0", ip_conntrack_max = "8192", tcp_westwood = "1" }) end uci:save("firewall")