Merge r4365

This commit is contained in:
Jo-Philipp Wich 2009-03-23 23:03:16 +00:00
parent 85cbbf0029
commit 90e80d9f06

View file

@ -360,6 +360,7 @@ function client.write(self, section, value)
dhcpbase.interface = device .. "dhcp"
dhcpbase.start = dhcpbeg
dhcpbase.limit = limit
dhcpbase.force = 1
uci:section("dhcp", "dhcp", device .. "dhcp", dhcpbase)
uci:save("dhcp")