[package] firewall: fix MSS issue affection RELATED new connections (closes: #5173)
[openwrt/svn-archive/archive.git] / package / firewall / files / firewall.config
index 5a4b5af43657d3508e582b2bacea8893941d12c2..50a92f71efb1020155e8445153eca413e4e1eeef 100644 (file)
@@ -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