From 87b7651ef2c98e0bdc62947e731c9f3eb1e50441 Mon Sep 17 00:00:00 2001 From: Manuel Munz Date: Sun, 20 Oct 2013 11:59:53 +0000 Subject: [PATCH] applications/luci-splash: remove unneeded tc exec --- 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 316552b0c..91921182b 100755 --- a/applications/luci-splash/root/usr/sbin/luci-splash +++ b/applications/luci-splash/root/usr/sbin/luci-splash @@ -529,7 +529,7 @@ function remove_lease_rule(mac, ipaddr, device, limit_up, limit_down) if device and id then exec('tc class del dev "%s" classid 1:%s' % {device, id}) exec('tc filter del dev "%s" parent 1:0 prio 1' % device) -- ipv6 rule - exec('tc qdisc del dev "%s" parent 1:%s sfq perturb 10' % { device, id }) + --exec('tc qdisc del dev "%s" parent 1:%s sfq perturb 10' % { device, id }) end end -- 2.11.0