Skip to content

sqm-scripts v1.4.0

Compare
Choose a tag to compare
@tohojo tohojo released this 14 Sep 10:50
· 49 commits to master since this release
v1.4.0

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.