From: Manuel Munz Date: Sun, 20 Oct 2013 11:59:53 +0000 (+0000) Subject: applications/luci-splash: remove unneeded tc exec X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=87b7651ef2c98e0bdc62947e731c9f3eb1e50441 applications/luci-splash: remove unneeded tc exec --- 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