diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-01-16 20:02:45 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-01-16 20:02:45 +0000 |
commit | 9de7ed0945db1915a430e5d8339c7f3c18682e7e (patch) | |
tree | 5b27729a400f4d820247ee75622dfd7ca5716287 /applications/luci-fw/luasrc | |
parent | 8458684ab9f95c042fdeed43492331d02c85a6f4 (diff) |
applications/luci-fw:
- add toggle for the drop_invalid option
- bump translations
Diffstat (limited to 'applications/luci-fw/luasrc')
9 files changed, 27 insertions, 7 deletions
diff --git a/applications/luci-fw/luasrc/i18n/luci-fw.de.lua b/applications/luci-fw/luasrc/i18n/luci-fw.de.lua index 17651d42c..443ba153e 100644 --- a/applications/luci-fw/luasrc/i18n/luci-fw.de.lua +++ b/applications/luci-fw/luasrc/i18n/luci-fw.de.lua @@ -11,8 +11,9 @@ firewall_rule_desc = 'Mit erweiterten Regeln kann die Firewall an die eigenen Be fw_fw1 = 'Die Firewall erstellt Netzwerkzonen über bestimmte Netzwerkschnittstellen um den Netzverkehr zu trennen.' fw_src = 'Quelle' fw_dest = 'Ziel' -fw_mtufix = 'MSS-Korrektur' fw_traffic = 'Verkehrskontrolle' +fw_mtufix = 'MSS-Korrektur' +fw_dropinvalid = 'Ungültig Pakete verwerfen' firewall_rule_src = 'Eingangszone' firewall_rule_dest = 'Ausgangszone' firewall_rule_srcip = 'Quelladresse' @@ -34,7 +35,7 @@ firewall_redirect_destport = 'Interner Port (optional)' firewall_redirect_destport_desc = 'Port od. Erster-Letzter Port' firewall_redirect_srcip = 'Quelladresse' firewall_redirect_srcmac = 'Quell-MAC-Adresse' -fw_forwarding1 = 'An dieser Stelle kann festgelegt zwischen welchen Zonen Netzverkehr hin und her fließen kann. Es werden nur neue Verbindungen betrachtet. Pakete, die zu bereits bestehenden Verbindungen gehören werden automatisch akzeptiert. Bei gelegentlich auftretenden Verbindungsproblemen kann eine MSS-Korrektur helfen, ansonsten sollte dies aus Performancegründen deaktiviert bleiben.' +fw_forwarding1 = 'An dieser Stelle kann festgelegt zwischen welchen Zonen Netzverkehr hin und her fließen kann. Es werden nur neue Verbindungen betrachtet. Pakete, die zu bereits bestehenden Verbindungen gehören werden automatisch akzeptiert. Bei gelegentlich auftretenden Verbindungsproblemen kann eine MSS-Korrektur helfen, ansonsten sollte dies aus Performancegründen deaktiviert bleiben.' firewall_forwarding_src = 'Eingang' firewall_forwarding_dest = 'Ausgang' firewall_defaults = 'Grundeinstellungen' @@ -52,4 +53,4 @@ firewall_zone_forward = 'Weitergeleiteter Verkehr' firewall_zone_forward_desc = 'Standardaktion' firewall_zone_masq = 'MASQ' firewall_zone_network = 'Netzwerke' -firewall_zone_network_desc = 'verbundene Netzwerke'
\ No newline at end of file +firewall_zone_network_desc = 'verbundene Netzwerke' diff --git a/applications/luci-fw/luasrc/i18n/luci-fw.de.xml b/applications/luci-fw/luasrc/i18n/luci-fw.de.xml index 3825bb4ae..fe7ad7782 100644 --- a/applications/luci-fw/luasrc/i18n/luci-fw.de.xml +++ b/applications/luci-fw/luasrc/i18n/luci-fw.de.xml @@ -16,6 +16,8 @@ <i18n:msg xml:id="fw_src">Quelle</i18n:msg> <i18n:msg xml:id="fw_dest">Ziel</i18n:msg> <i18n:msg xml:id="fw_traffic">Verkehrskontrolle</i18n:msg> +<i18n:msg xml:id="fw_mtufix">MSS-Korrektur</i18n:msg> +<i18n:msg xml:id="fw_dropinvalid">Ungültig Pakete verwerfen</i18n:msg> <i18n:msg xml:id="firewall_rule_src">Eingangszone</i18n:msg> <i18n:msg xml:id="firewall_rule_dest">Ausgangszone</i18n:msg> <i18n:msg xml:id="firewall_rule_srcip">Quelladresse</i18n:msg> @@ -40,7 +42,7 @@ <i18n:msg xml:id="firewall_redirect_srcmac">Quell-MAC-Adresse</i18n:msg> -<i18n:msg xml:id="fw_forwarding1">An dieser Stelle kann festgelegt zwischen welchen Zonen Netzverkehr hin und her fließen kann. Es werden nur neue Verbindungen betrachtet. Pakete, die zu bereits bestehenden Verbindungen gehören werden automatisch akzeptiert.</i18n:msg> +<i18n:msg xml:id="fw_forwarding1">An dieser Stelle kann festgelegt zwischen welchen Zonen Netzverkehr hin und her fließen kann. Es werden nur neue Verbindungen betrachtet. Pakete, die zu bereits bestehenden Verbindungen gehören werden automatisch akzeptiert. Bei gelegentlich auftretenden Verbindungsproblemen kann eine MSS-Korrektur helfen, ansonsten sollte dies aus Performancegründen deaktiviert bleiben.</i18n:msg> <i18n:msg xml:id="firewall_forwarding_src">Eingang</i18n:msg> <i18n:msg xml:id="firewall_forwarding_dest">Ausgang</i18n:msg> diff --git a/applications/luci-fw/luasrc/i18n/luci-fw.en.lua b/applications/luci-fw/luasrc/i18n/luci-fw.en.lua index 24eeee8c3..58cd2c3a0 100644 --- a/applications/luci-fw/luasrc/i18n/luci-fw.en.lua +++ b/applications/luci-fw/luasrc/i18n/luci-fw.en.lua @@ -22,8 +22,9 @@ fw_reject = 'reject' fw_drop = 'drop' fw_src = 'Source' fw_dest = 'Destination' -fw_mtufix = 'MSS-Correction' fw_traffic = 'Traffic Control' +fw_mtufix = 'MSS-Correction' +fw_dropinvalid = 'Drop invalid packets' fw_portfw1 = 'Port forwarding allows to provide network services in the internal network to an external network.' firewall_redirect_src_desc = 'External Zone' firewall_redirect_srcdport = 'External port' @@ -34,7 +35,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. If you experience occasional connection problems try enabling MSS-Correction otherwise disable it for performance resons.' +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.' firewall_forwarding_src = 'Input' firewall_forwarding_dest = 'Output' firewall_defaults = 'Defaults' diff --git a/applications/luci-fw/luasrc/i18n/luci-fw.en.xml b/applications/luci-fw/luasrc/i18n/luci-fw.en.xml index 1da35bc23..16a6bf03d 100644 --- a/applications/luci-fw/luasrc/i18n/luci-fw.en.xml +++ b/applications/luci-fw/luasrc/i18n/luci-fw.en.xml @@ -27,6 +27,8 @@ <i18n:msg xml:id="fw_src">Source</i18n:msg> <i18n:msg xml:id="fw_dest">Destination</i18n:msg> <i18n:msg xml:id="fw_traffic">Traffic Control</i18n:msg> +<i18n:msg xml:id="fw_mtufix">MSS-Correction</i18n:msg> +<i18n:msg xml:id="fw_dropinvalid">Drop invalid packets</i18n:msg> <i18n:msg xml:id="fw_portfw1">Port forwarding allows to provide network services in the internal network to an external network.</i18n:msg> <i18n:msg xml:id="firewall_redirect_src_desc">External Zone</i18n:msg> diff --git a/applications/luci-fw/luasrc/i18n/luci-fw.fr.lua b/applications/luci-fw/luasrc/i18n/luci-fw.fr.lua index 048077360..a3b11e8a7 100644 --- a/applications/luci-fw/luasrc/i18n/luci-fw.fr.lua +++ b/applications/luci-fw/luasrc/i18n/luci-fw.fr.lua @@ -23,6 +23,8 @@ fw_drop = 'ignorer (drop)' fw_src = 'Source' fw_dest = 'Destination' fw_traffic = 'Contrôle de Trafic' +fw_mtufix = 'MSS-Correction' +fw_dropinvalid = 'Drop incorrect packets' fw_portfw1 = 'La redirection de port vous permet d'exposer des services réseaux de votre réseau local au réseau externe.' firewall_redirect_src_desc = 'Zone externe' firewall_redirect_srcdport = 'Port externe' diff --git a/applications/luci-fw/luasrc/i18n/luci-fw.fr.xml b/applications/luci-fw/luasrc/i18n/luci-fw.fr.xml index 7b86a8cab..d007ccb23 100644 --- a/applications/luci-fw/luasrc/i18n/luci-fw.fr.xml +++ b/applications/luci-fw/luasrc/i18n/luci-fw.fr.xml @@ -27,6 +27,8 @@ <i18n:msg xml:id="fw_src">Source</i18n:msg> <i18n:msg xml:id="fw_dest">Destination</i18n:msg> <i18n:msg xml:id="fw_traffic">Contrôle de Trafic</i18n:msg> +<i18n:msg xml:id="fw_mtufix">MSS-Correction</i18n:msg> +<i18n:msg xml:id="fw_dropinvalid">Drop incorrect packets</i18n:msg> <i18n:msg xml:id="fw_portfw1">La redirection de port vous permet d'exposer des services réseaux de votre réseau local au réseau externe.</i18n:msg> <i18n:msg xml:id="firewall_redirect_src_desc">Zone externe</i18n:msg> diff --git a/applications/luci-fw/luasrc/i18n/luci-fw.pt-br.lua b/applications/luci-fw/luasrc/i18n/luci-fw.pt-br.lua index dc65599dd..3b38dc50f 100644 --- a/applications/luci-fw/luasrc/i18n/luci-fw.pt-br.lua +++ b/applications/luci-fw/luasrc/i18n/luci-fw.pt-br.lua @@ -23,6 +23,8 @@ fw_drop = 'dropar' fw_src = 'Origem' fw_dest = 'Destino' fw_traffic = 'Controle de Tráfego' +fw_mtufix = 'MSS-Correction' +fw_dropinvalid = 'Drop invalid packets' fw_portfw1 = 'O redirecionamento de portas permite prover serviços de rede na rede interna para uma rede externa.' firewall_redirect_src_desc = 'Zona Externa' firewall_redirect_srcdport = 'Porta Externa' diff --git a/applications/luci-fw/luasrc/i18n/luci-fw.pt-br.xml b/applications/luci-fw/luasrc/i18n/luci-fw.pt-br.xml index 10dca8a90..1ca68779e 100644 --- a/applications/luci-fw/luasrc/i18n/luci-fw.pt-br.xml +++ b/applications/luci-fw/luasrc/i18n/luci-fw.pt-br.xml @@ -27,6 +27,8 @@ <i18n:msg xml:id="fw_src">Origem</i18n:msg> <i18n:msg xml:id="fw_dest">Destino</i18n:msg> <i18n:msg xml:id="fw_traffic">Controle de Tráfego</i18n:msg> +<i18n:msg xml:id="fw_mtufix">MSS-Correction</i18n:msg> +<i18n:msg xml:id="fw_dropinvalid">Drop invalid packets</i18n:msg> <i18n:msg xml:id="fw_portfw1">O redirecionamento de portas permite prover serviços de rede na rede interna para uma rede externa.</i18n:msg> <i18n:msg xml:id="firewall_redirect_src_desc">Zona Externa</i18n:msg> diff --git a/applications/luci-fw/luasrc/model/cbi/luci_fw/zones.lua b/applications/luci-fw/luasrc/model/cbi/luci_fw/zones.lua index 38f95136d..81a0f65cf 100644 --- a/applications/luci-fw/luasrc/model/cbi/luci_fw/zones.lua +++ b/applications/luci-fw/luasrc/model/cbi/luci_fw/zones.lua @@ -19,6 +19,12 @@ s.anonymous = true s:option(Flag, "syn_flood") +local di = s:option(Flag, "drop_invalid", translate("fw_dropinvalid")) +di.rmempty = false +function di.cfgvalue(...) + return AbstractValue.cfgvalue(...) or "1" +end + p = {} p[1] = s:option(ListValue, "input") p[2] = s:option(ListValue, "output") @@ -56,7 +62,7 @@ net = s:option(MultiValue, "network") net.widget = "select" net.rmempty = true luci.tools.webadmin.cbi_add_networks(net) - + function net.cfgvalue(self, section) local value = MultiValue.cfgvalue(self, section) return value or name:cfgvalue(section) |