From: Jo-Philipp Wich Date: Sun, 15 Feb 2009 00:05:00 +0000 (+0000) Subject: Merge r4239 X-Git-Tag: 0.8.7~95 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=09fce67d9ad143bfc91cdd26d4eda7f4ed0b308e;p=oweals%2Fluci.git Merge r4239 --- diff --git a/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua b/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua index b81e77d9d..58e938492 100644 --- a/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua +++ b/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua @@ -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",