From: Jo-Philipp Wich Date: Sun, 15 Feb 2009 00:23:42 +0000 (+0000) Subject: applications/luci-ffwizard-leipzig: fix typo in firewall rules X-Git-Tag: 0.9.0~673 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=42793d87999519350eed6e0d4d44a0629ccbf4d4 applications/luci-ffwizard-leipzig: fix typo in firewall rules --- diff --git a/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua b/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua index 4dd6e0e15..f092a6042 100644 --- a/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua +++ b/applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua @@ -361,7 +361,7 @@ function client.write(self, section, value) uci:section("firewall", "rule", nil, { src="freifunk", proto="udp", - src_port="53", + dest_port="53", target="ACCEPT" }) uci:delete_all("firewall", "rule", {