Merge r4239
This commit is contained in:
parent
260cbe6340
commit
09fce67d9a
1 changed files with 11 additions and 0 deletions
|
@ -353,6 +353,17 @@ function client.write(self, section, value)
|
|||
uci:section("dhcp", "dhcp", device .. "dhcp", dhcpbase)
|
||||
uci:save("dhcp")
|
||||
|
||||
uci:delete_all("firewall", "rule", {
|
||||
src="freifunk",
|
||||
proto="udp",
|
||||
dest_port="53"
|
||||
})
|
||||
uci:section("firewall", "rule", nil, {
|
||||
src="freifunk",
|
||||
proto="udp",
|
||||
src_port="53",
|
||||
target="ACCEPT"
|
||||
})
|
||||
uci:delete_all("firewall", "rule", {
|
||||
src="freifunk",
|
||||
proto="udp",
|
||||
|
|
Loading…
Reference in a new issue