diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-01-31 02:14:27 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-01-31 02:14:27 +0000 |
commit | 759aaf7754a638b3f94a267c9feb888c74181340 (patch) | |
tree | d768577c7bb7d551b2be0dbe7c8333f6b9f272a9 | |
parent | 8878fc63f14757e5fa42e9c2ae90f43a403a927f (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
-rwxr-xr-x | package/firewall/files/firewall.config | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/package/firewall/files/firewall.config b/package/firewall/files/firewall.config index 16d688e993..46f7de5d77 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 |