Skip to content

Releases: tohojo/sqm-scripts

sqm-scripts v1.6.0

22 Aug 10:18
Compare
Choose a tag to compare

What's Changed

  • Make it possible to use interfaces with hyphens with SystemD service by @rany2 in #158
  • openwrt/hotplug: Handle DSA switch port configs by @tohojo in #164
  • Add cleanup action for cleaning up after a device is removed by @tohojo in #156

New Contributors

Full Changelog: v1.5.2...v1.6.0

sqm-scripts v1.5.2

24 Aug 13:07
7ce734e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.1...v1.5.2

sqm-scripts v1.5.1

18 Aug 12:14
Compare
Choose a tag to compare

Bugfix release on top of 1.5.0

sqm-scripts v1.4.0

14 Sep 10:50
v1.4.0
Compare
Choose a tag to compare

Changelog:

  • Write all iptables rules to a log file while they are being issued, and rewind this log file at shutdown. This ensures that all iptables rules get automatically removed without having to manually encode this in .qos scripts.
  • Add a default implementation of sqm_start() to improve code reuse among .qos scripts
  • Add locking to protect against multiple concurrent runs of sqm-scripts
  • Run some sanity checks on the permissions of the state dir before reading and executing files stored in it.
  • A few minor bug fixes.

sqm-scripts v1.2.4

18 Sep 11:14
Compare
Choose a tag to compare

Bugfix release on the 1.2 branch.