diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-01-31 02:14:27 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-01-31 02:14:27 +0000 |
commit | 50be634a3c17134661bf46a2252288e9b346565d (patch) | |
tree | 9391877144eff2f8af523eaad26120f3f5350c01 /package/firewall/files/firewall.config | |
parent | 58b8cdb5fd1a1f5c81719fb16a35071ff171e3c4 (diff) | |
download | mtk-20170518-50be634a3c17134661bf46a2252288e9b346565d.zip mtk-20170518-50be634a3c17134661bf46a2252288e9b346565d.tar.gz mtk-20170518-50be634a3c17134661bf46a2252288e9b346565d.tar.bz2 |
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
SVN-Revision: 14293
Diffstat (limited to 'package/firewall/files/firewall.config')
-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 16d688e..46f7de5 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 |