gluon-core: save firewall when setting dns config

This commit is contained in:
Christof Schulze 2017-12-25 16:52:22 +01:00
parent 35237c2ca1
commit 3eff36b4a4

View File

@ -42,6 +42,6 @@ if next_node.name and next_node.ip6 then
else
uci:delete('dhcp', 'domain', 'nextnode6')
end
uci:save('firewall')
uci:save('dhcp')
uci:save('firewall')