gluon-client-bridge: remove obsolete cleanup line
This commit is contained in:
parent
9a9f5426c8
commit
cce0707d91
@ -40,9 +40,6 @@ uci:section('network', 'interface', 'client', {
|
|||||||
|
|
||||||
uci:save('network')
|
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', {
|
uci:section('firewall', 'zone', 'drop', {
|
||||||
name = 'drop',
|
name = 'drop',
|
||||||
network = {'client'},
|
network = {'client'},
|
||||||
@ -61,10 +58,6 @@ uci:set('dhcp', dnsmasq, 'boguspriv', false)
|
|||||||
uci:set('dhcp', dnsmasq, 'localise_queries', false)
|
uci:set('dhcp', dnsmasq, 'localise_queries', false)
|
||||||
uci:set('dhcp', dnsmasq, 'rebind_protection', 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', {
|
uci:section('dhcp', 'dhcp', 'local_client', {
|
||||||
interface = 'client',
|
interface = 'client',
|
||||||
ignore = true,
|
ignore = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user