lp://staging/~bertrand-goareguer/ufw/ufw-qos
- Get this branch:
- bzr branch lp://staging/~bertrand-goareguer/ufw/ufw-qos
Branch merges
- Jamie Strandboge: Pending requested
-
Diff: 634 lines (+347/-3)6 files modifiedsetup.py (+1/-1)
src/backend_iptables.py (+81/-0)
src/common.py (+40/-0)
src/frontend.py (+52/-2)
src/tc_functions.py (+150/-0)
src/ufw-init-functions (+23/-0)
Related bugs
Bug #271725: wishlist - support QoS (quality of service) | Wishlist | Confirmed |
Related blueprints
Recent revisions
- 371. By Bertrand Goareguer <beber@beber-laptop>
-
added creation of the TC filters when firewall is enabled
- 370. By Bertrand Goareguer <beber@beber-laptop>
-
implemented the deletion of the tc filters (when deleting the rule)
- 369. By Bertrand Goareguer <beber@beber-laptop>
-
added creation of tc filters (deletion is not implemente yet)
- 368. By Bertrand Goareguer <beber@beber-laptop>
-
added creation/deletion of tc qdiscs on firewall startup/shutdown
- 367. By Bertrand Goareguer <beber@beber-laptop>
-
- rules now have a rate clause
- the rate is expressed in kbps (kilo bits per second)
- the rate can only be specified with the "allow" action
- if no rate is specified or if action != "allow", the rate is set to "unlimited"
- writing the 2 same rules with different rates updates the rule (similar to writing same rules with different actions)
- both short and full rule formats are supported
- rate must be the last parameter for short rule format - 364. By Jamie Strandboge
-
add allow_custom_ports debconf option to ufw packaging
debian/README. Debian: describe the new debconf option
debian/postinst: don't exit on ufw error and show ufw output
Branch metadata
- Branch format:
- Branch format 6
- Repository format:
- Bazaar pack repository format 1 (needs bzr 0.92)