From: Jo-Philipp Wich Date: Fri, 22 Nov 2019 07:50:14 +0000 (+0100) Subject: luci-app-firewall: remove obsolete "conntrack" option X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f6e56e67e8d89a2f3f6d639d9000be0487879bf9;p=oweals%2Fluci.git luci-app-firewall: remove obsolete "conntrack" option Fixes: #3342 Signed-off-by: Jo-Philipp Wich --- diff --git a/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js b/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js index 78a662626..8bf8d0486 100644 --- a/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js +++ b/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js @@ -205,9 +205,6 @@ return L.view.extend({ o.placeholder = '0.0.0.0/0'; o.modalonly = true; - o = s.taboption('conntrack', form.Flag, 'conntrack', _('Force connection tracking'), _('Prevent the installation of NOTRACK rules which would bypass connection tracking.')); - o.modalonly = true; - o = s.taboption('conntrack', form.Flag, 'masq_allow_invalid', _('Allow "invalid" traffic'), _('Do not install extra rules to reject forwarded traffic with conntrack state invalid. This may be required for complex asymmetric route setups.')); o.modalonly = true;