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 4dd6e0e15be554f3801a239e01d70c0a54f3bee7..f092a60420e2ce52611f867fa29fb3e9462bf7c7 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", {