aboutsummaryrefslogtreecommitdiffstats
path: root/package/firewall/files/firewall.config
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-09-27 13:57:09 +0000
committerNicolas Thill <nico@openwrt.org>2009-09-27 13:57:09 +0000
commitb3d3e5d75268ed32b940af9331da147eedb53e9a (patch)
tree557deb2e49449075236bbe72d9d1547cd19b0ca1 /package/firewall/files/firewall.config
parent48d6cee53b7b6eedbeaab467b2cc38f2f593e534 (diff)
downloadupstream-b3d3e5d75268ed32b940af9331da147eedb53e9a.tar.gz
upstream-b3d3e5d75268ed32b940af9331da147eedb53e9a.tar.bz2
upstream-b3d3e5d75268ed32b940af9331da147eedb53e9a.zip
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.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firewall/files/firewall.config b/package/firewall/files/firewall.config
index 5a4b5af436..50a92f71ef 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