projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af11601
)
applications/luci-splash: remove unneeded tc exec
author
Manuel Munz
<
[email protected]
>
Sun, 20 Oct 2013 11:59:53 +0000
(11:59 +0000)
committer
Manuel Munz
<
[email protected]
>
Sun, 20 Oct 2013 11:59:53 +0000
(11:59 +0000)
applications/luci-splash/root/usr/sbin/luci-splash
patch
|
blob
|
history
diff --git
a/applications/luci-splash/root/usr/sbin/luci-splash
b/applications/luci-splash/root/usr/sbin/luci-splash
index 316552b0c23b6e60f55bea31eb44131870ebcc09..91921182b61802e776352b746aff440208eaddba 100755
(executable)
--- 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