issues
search
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
Fix #374
#378
Closed
rchac
closed
1 year ago
rchac
commented
1 year ago
Fixed line 278 bug, found in
https://github.com/LibreQoE/LibreQoS/issues/374
We now validate network.json for structure
We now validate that network.json is either
{}
(for flat networks) or actually has >= 1 valid nodes.
We now validate that network.json has unique names for each node
If the network validation is not passed, specific warnings are raised and it prints "network.json failed validation""
{}
(for flat networks) or actually has >= 1 valid nodes.