Move mtu_fix to the right place (fixes #94)
[project/luci.git] / applications / luci-fw / luasrc / model / cbi / luci_fw / traffic.lua
index f4c5630..eaaaf6c 100644 (file)
@@ -21,7 +21,6 @@ s.anonymous = true
 
 iface = s:option(ListValue, "src", translate("Source"))
 oface = s:option(ListValue, "dest", translate("Destination"))
-s:option(Flag, "mtu_fix", translate("MSS Clamping"))
 
 luci.model.uci.cursor():foreach("firewall", "zone",
        function (section)