diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-09-27 13:57:09 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-09-27 13:57:09 +0000 |
commit | b3d3e5d75268ed32b940af9331da147eedb53e9a (patch) | |
tree | 557deb2e49449075236bbe72d9d1547cd19b0ca1 /package/firewall/files/firewall.config | |
parent | 48d6cee53b7b6eedbeaab467b2cc38f2f593e534 (diff) | |
download | mtk-20170518-b3d3e5d75268ed32b940af9331da147eedb53e9a.zip mtk-20170518-b3d3e5d75268ed32b940af9331da147eedb53e9a.tar.gz mtk-20170518-b3d3e5d75268ed32b940af9331da147eedb53e9a.tar.bz2 |
firewall: fix MSS issue affection RELATED new connections (closes: #5173)
SVN-Revision: 17762
Diffstat (limited to 'package/firewall/files/firewall.config')
-rw-r--r-- | package/firewall/files/firewall.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firewall/files/firewall.config b/package/firewall/files/firewall.config index 5a4b5af..50a92f7 100644 --- a/package/firewall/files/firewall.config +++ b/package/firewall/files/firewall.config @@ -16,11 +16,11 @@ config zone option output ACCEPT option forward REJECT option masq 1 + option mtu_fix 1 config forwarding option src lan option dest wan - option mtu_fix 1 # We need to accept udp packets on port 68, # see https://dev.openwrt.org/ticket/4108 |