LibreQoE / LibreQoS

A Quality of Experience and Smart Queue Management system for ISPs. Leverage CAKE to improve network responsiveness, enforce bandwidth plans, and reduce bufferbloat.
https://libreqos.io/
GNU General Public License v2.0
464 stars 50 forks source link

Issue 289 - translate the FwMark String to a TcHandle #294

Closed thebracket closed 1 year ago

thebracket commented 1 year ago

Parse fwmark in Cake stats as a TcHandle

FIXES #289

Extend TC parser to handle cases that don't have a colon at all. Use this to parse the fwmark field in the Cake stats, which is probably a TC handle - but since the cake source doesn't document it, it might be a random number for all we know.

The fwmark field isn't actually referenced anywhere in the program.