summaryrefslogtreecommitdiffstats
path: root/package/firewall
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-01-31 02:14:27 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-01-31 02:14:27 +0000
commit759aaf7754a638b3f94a267c9feb888c74181340 (patch)
treed768577c7bb7d551b2be0dbe7c8333f6b9f272a9 /package/firewall
parent8878fc63f14757e5fa42e9c2ae90f43a403a927f (diff)
re-enable the mss fix by default for now - see discussion at http://lists.openwrt.org/pipermail/openwrt-devel/2009-January/003724.html for more information
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14293 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/firewall')
-rwxr-xr-xpackage/firewall/files/firewall.config6
1 files changed, 1 insertions, 5 deletions
diff --git a/package/firewall/files/firewall.config b/package/firewall/files/firewall.config
index 16d688e99..46f7de5d7 100755
--- a/package/firewall/files/firewall.config
+++ b/package/firewall/files/firewall.config
@@ -20,11 +20,7 @@ config zone
config forwarding
option src lan
option dest wan
-
-## Enable this option if you encounter any MTU problems
-## e.g. some websites work, others do not, submitting
-## forms causes problems, ...
-# option mtu_fix 1
+ option mtu_fix 1
### EXAMPLE CONFIG SECTIONS