From 249e236ab7b69453a15743a0eba0a7c0a30d2e0a Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 7 Jun 2009 13:30:02 +0000 Subject: [PATCH] luci-0.8: merge r4783 --- applications/luci-splash/root/usr/sbin/luci-splash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-splash/root/usr/sbin/luci-splash b/applications/luci-splash/root/usr/sbin/luci-splash index c1ee01fb6..a690c0394 100755 --- a/applications/luci-splash/root/usr/sbin/luci-splash +++ b/applications/luci-splash/root/usr/sbin/luci-splash @@ -75,7 +75,7 @@ end -- Add an iptables rule function add_rule(mac) - os.execute("iptables -I luci_splash_counter -m mac --mac-source '"..mac.."'") + os.execute("iptables -I luci_splash_counter -m mac --mac-source '"..mac.."' -j RETURN") return os.execute("iptables -t nat -I luci_splash_leases -m mac --mac-source '"..mac.."' -j RETURN") end -- 2.25.1