uw-ictd / haulage

A single-node tool for measuring and logging network usage to allow billing and analysis
Mozilla Public License 2.0
22 stars 5 forks source link

Fails to detect new users and create new qdiscs on demand when ratelimiting configured #31

Open matt9j opened 2 years ago

matt9j commented 2 years ago

The current code assumes that all users will be in the database on startup, and fails to create new qdiscs for users that are later added to the system while operating. As a temporary workaround you can add new users and then restarting haulage to pick up the changes. The system does respond correctly to changes in the user configuration, and will successfully pick up changes to existing users without a restart.