From cce0707d9117d9c5f3af096b67b7546a654ca5fe Mon Sep 17 00:00:00 2001 From: Andreas Ziegler Date: Wed, 16 Sep 2020 00:33:34 +0200 Subject: [PATCH] gluon-client-bridge: remove obsolete cleanup line --- .../lib/gluon/upgrade/300-gluon-client-bridge-network | 7 ------- 1 file changed, 7 deletions(-) diff --git a/package/gluon-client-bridge/luasrc/lib/gluon/upgrade/300-gluon-client-bridge-network b/package/gluon-client-bridge/luasrc/lib/gluon/upgrade/300-gluon-client-bridge-network index a3b46669..490325cf 100755 --- a/package/gluon-client-bridge/luasrc/lib/gluon/upgrade/300-gluon-client-bridge-network +++ b/package/gluon-client-bridge/luasrc/lib/gluon/upgrade/300-gluon-client-bridge-network @@ -40,9 +40,6 @@ uci:section('network', 'interface', 'client', { uci:save('network') --- TODO: remove this line and the next in 2019. Firewall zones have been renamed in 2017. -uci:delete('firewall', 'client') - uci:section('firewall', 'zone', 'drop', { name = 'drop', network = {'client'}, @@ -61,10 +58,6 @@ uci:set('dhcp', dnsmasq, 'boguspriv', false) uci:set('dhcp', dnsmasq, 'localise_queries', false) uci:set('dhcp', dnsmasq, 'rebind_protection', false) --- TODO: remove this line and the next two in 2019 the zones were removed in 2017 -uci:delete('dhcp', 'client') -uci:delete('firewall', 'local_node') - uci:section('dhcp', 'dhcp', 'local_client', { interface = 'client', ignore = true,