Skip to content

Tags: ldir-EDB0/sqm-scripts

Tags

v1.1.3

Toggle v1.1.3's commit message
update-available-qdiscs: Silence errors while checking

v1.1.2

Toggle v1.1.2's commit message
Default to diffserv3 instead of diffserv4 for cake, to match simple.qos

v1.1.1

Toggle v1.1.1's commit message
sqm-cbi: Allow hiding .qos scripts from the GUI

If a .qos.hidden file is found that .qos script will not appear in the
GUI selector.

v1.1.0

Toggle v1.1.0's commit message
simplest_tbf: A 10ms *max* queue is way too low

v1.0.9

Toggle v1.0.9's commit message
Fix logic error in do_modules preventing modules from loading.

Signed-off-by: Toke Høiland-Jørgensen <[email protected]>

v1.0.8

Toggle v1.0.8's commit message
tc filter typos in ip6 option and sport ingress (tohojo#45)

Signed-off-by: Eric Luehrsen <[email protected]>

v1.0.7

Toggle v1.0.7's commit message
Nuke $IPT_MASK_STRING.

Since we're not always doing the masking in the same way, simply setting
IPT_MASK_STRING to an empty string is not always enough to turn off
masking. So rather get rid of it; the proper way to turn off masking is
to set the mask to 0xffffffff.

v1.0.6

Toggle v1.0.6's commit message
Condition 'success' log message on sqm_start actually returning success.

v1.0.5

Toggle v1.0.5's commit message
Effectively revert 85bfc4c

The idea behind the reverting commit was that sqm will
be started several times during boot-up if it is instantiated
on an interface that receives hotplug events. At the point
before 85bfc4c sqm was started
three times, ones by init.d? and twice by hotplug. This seemed
quite involved and wasteful, so we tried to reduce the idle
work to the two hotplug restarts (guided by the observation that
the two hotplug restarts together took almost as long as the
initial start). The assumption was that all interfaces valid for
sqm would receive hotplug events dring start-up.

See https://forum.openwrt.org/viewtopic.php?id=60903 for an example
of a valid sqm configuration that does not receive hotplug events.
This configuration is described and advertised in the openwrt
wiki as bridged AP, see https://wiki.openwrt.org/doc/recipes/bridgedap
With this commit reverted sqm will increase start-up times by
roughly 10 seconds, a small price to pay to have sqm work after a
reboot on valid, recommended openwrt configurations.

Since a real revert did not work this effectively undoes
85bfc4c manually.

Signed-off-by: Sebastian Moeller <[email protected]>

v1.0.4

Toggle v1.0.4's commit message
Sqm-scripts v1.0.4.