Skip to content
Snippets Groups Projects
Commit 6cd09203 authored by Jan Luebbe's avatar Jan Luebbe Committed by chrissi^
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 703b82c6
No related branches found
No related tags found
No related merge requests found
......@@ -65,10 +65,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