luci-app-firewall: remove obsolete "conntrack" option
authorJo-Philipp Wich <jo@mein.io>
Fri, 22 Nov 2019 07:50:14 +0000 (08:50 +0100)
committerJo-Philipp Wich <jo@mein.io>
Fri, 22 Nov 2019 07:50:14 +0000 (08:50 +0100)
Fixes: #3342
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js

index 78a6626266c3776a6b5c5be56472a1049e8d1dee..8bf8d04861ac66be4c1f94362fd71025dcc51da8 100644 (file)
@@ -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 <em>NOTRACK</em> 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 <em>invalid</em>. This may be required for complex asymmetric route setups.'));
                o.modalonly = true;