diff options
author | Manuel Munz <freifunk@somakoma.de> | 2013-10-20 11:59:53 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2013-10-20 11:59:53 +0000 |
commit | 87b7651ef2c98e0bdc62947e731c9f3eb1e50441 (patch) | |
tree | 7e1198a82dbade19734a871213fb99a189a0e7c4 /applications | |
parent | af116017873f81ab9948317c6a4be5befea6ab01 (diff) |
applications/luci-splash: remove unneeded tc exec
Diffstat (limited to 'applications')
-rwxr-xr-x | applications/luci-splash/root/usr/sbin/luci-splash | 2 |
1 files changed, 1 insertions, 1 deletions
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 |