ti-mo / ansible-lanparty

Collection of integrated Ansible roles used to run LAN events.
GNU General Public License v3.0
137 stars 12 forks source link

Replace TC script with pyroute2 implementation #1

Open ti-mo opened 8 years ago

ti-mo commented 8 years ago

The current script for building up the hfsc/fq_codel hierarchy in lp-gw is garbage. The excellent pyroute2 library can be used to give this a proper implementation, maybe even create a stand-alone tool out of it.

ti-mo commented 8 years ago

fq_codel and hfsc support was contributed to pyroute2, slowly porting tc script to Python w/ Consul support.