Branch: refs/heads/master Home: https://github.com/dtaht/deBloat Commit: 0389f59463307cf2567a13043cb402a1337afb5f https://github.com/dtaht/deBloat/commit/0389f59463307cf2567a13043cb402a1337afb5f Author: Dave Taht Date: 2012-01-12 (Thu, 12 Jan 2012) Changed paths: A wip/generate.sh A wip/tcrules.awk Log Message: ----------- openwrt's shaper and fw rules generate are intertwined For reference, the generate.sh and tcrules.awk that openwrt uses are tossed into my wip directory. All the hard math work is done in tcrules.awk, including red and hfsc. Writing a replacement for tcrules.awk alone will take me a while. Commit: e644780a56df09594de8bf9934cbff40e7734864 https://github.com/dtaht/deBloat/commit/e644780a56df09594de8bf9934cbff40e7734864 Author: Dave Taht Date: 2012-01-12 (Thu, 12 Jan 2012) Changed paths: A src/tcrules.lua Log Message: ----------- Transliterated tcrules.awk into tcrules.lua It compiles! Won't work yet... but translating something from awk to lua in 45 minutes flat is worth a commit, and a lunch break. Compare: https://github.com/dtaht/deBloat/compare/a30cac7...e644780