applications/luci-ffwizard-leipzig: fix typo in firewall rules
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 15 Feb 2009 00:23:42 +0000 (00:23 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 15 Feb 2009 00:23:42 +0000 (00:23 +0000)
applications/luci-ffwizard-leipzig/luasrc/model/cbi/ffwizard.lua

index 4dd6e0e..f092a60 100644 (file)
@@ -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", {