From dc92e58503a97ef43b8842d97bd36d5a42503595 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Thu, 9 Apr 2020 14:38:19 +0200 Subject: [PATCH] Remove luci patch for full cone NAT --- patches/fullconenat-luci.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 patches/fullconenat-luci.patch diff --git a/patches/fullconenat-luci.patch b/patches/fullconenat-luci.patch deleted file mode 100644 index 248d4dce..00000000 --- a/patches/fullconenat-luci.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/feeds/luci/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js -+++ b/feeds/luci/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js -@@ -131,6 +131,10 @@ return L.view.extend({ - o = s.taboption('general', form.Flag, 'masq', _('Masquerading')); - o.editable = true; - -+ o = s.taboption('general', form.Flag, 'fullcone', _('Full Cone')); -+ o.editable = true; -+ o.depends('masq', '1'); -+ - o = s.taboption('general', form.Flag, 'mtu_fix', _('MSS clamping')); - o.modalonly = true; -