Skip to content
Snippets Groups Projects
Commit 0cae549d authored by Jan Luebbe's avatar Jan Luebbe
Browse files

Remove DHCP-block from interface "client"

For parker we need DHCP on the client interface. Ths rule
prevents us from doing so.
In addition: make sure old rules will be deleted on upgrade.
parent dd7a0719
No related branches found
No related tags found
No related merge requests found
......@@ -64,10 +64,7 @@ uci:set('dhcp', dnsmasq, 'rebind_protection', false)
uci:delete('dhcp', 'client')
uci:delete('firewall', 'local_node')
uci:section('dhcp', 'dhcp', 'local_client', {
interface = 'client',
ignore = true,
})
uci:delete('dhcp', 'local_client')
uci:save('dhcp')
uci:save('firewall')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment