luci-app-firewall: remove obsolete "conntrack" option
Fixes: #3342 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
4f0d67a289
commit
f6e56e67e8
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue