You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 13, 2020. It is now read-only.
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.
Config file per interface w/ tc tree
Preferably atomic operations (rollbacks are supported by pyroute2-IPDB)
systemd unit file in lp-gw to treat it as a service
Ensure feature parity with our use case in pyroute2 (fq_codel and hfsc support was missing)
Port tc script to pure Python using pyroute2
Write generic declarative routing toolkit and publish on PyPI
Implement routing toolkit in ansible-lanparty
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: