Skip to content
Snippets Groups Projects
Commit ae39b33e 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 249c1a77
No related branches found
No related tags found
No related merge requests found
......@@ -46,5 +46,7 @@ uci:section('dhcp', 'dhcp', 'local_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