summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-fw/luasrc/i18n/luci-fw.en.lua
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-12-31 20:27:01 +0000
committerSteven Barth <steven@midlink.org>2008-12-31 20:27:01 +0000
commit5623d34f875bb7b1734d72b2e71ca456e044339e (patch)
treeb00252a6d9cfd0cff3d980e445849989471e62ce /applications/luci-fw/luasrc/i18n/luci-fw.en.lua
parenta3d603df27571ae4fa67cbc11b0ed04f1de0723e (diff)
Add support for MSS correction
Diffstat (limited to 'applications/luci-fw/luasrc/i18n/luci-fw.en.lua')
-rw-r--r--applications/luci-fw/luasrc/i18n/luci-fw.en.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/applications/luci-fw/luasrc/i18n/luci-fw.en.lua b/applications/luci-fw/luasrc/i18n/luci-fw.en.lua
index 800eee4d6..24eeee8c3 100644
--- a/applications/luci-fw/luasrc/i18n/luci-fw.en.lua
+++ b/applications/luci-fw/luasrc/i18n/luci-fw.en.lua
@@ -22,6 +22,7 @@ fw_reject = 'reject'
fw_drop = 'drop'
fw_src = 'Source'
fw_dest = 'Destination'
+fw_mtufix = 'MSS-Correction'
fw_traffic = 'Traffic Control'
fw_portfw1 = 'Port forwarding allows to provide network services in the internal network to an external network.'
firewall_redirect_src_desc = 'External Zone'
@@ -33,7 +34,7 @@ firewall_redirect_destip = 'Internal address'
firewall_redirect_destip_desc = 'IP-Address'
firewall_redirect_destport = 'Internal port (optional)'
firewall_redirect_destport_desc = 'port or range as first-last'
-fw_forwarding1 = 'Here you can specify which network traffic is allowed to flow between network zones. Only new connections will be matched. Packets belonging to already open connections are automatically allowed to pass the firewall.'
+fw_forwarding1 = 'Here you can specify which network traffic is allowed to flow between network zones. Only new connections will be matched. Packets belonging to already open connections are automatically allowed to pass the firewall. If you experience occasional connection problems try enabling MSS-Correction otherwise disable it for performance resons.'
firewall_forwarding_src = 'Input'
firewall_forwarding_dest = 'Output'
firewall_defaults = 'Defaults'