ucentral-schema: Fix typo qos.json

"bandwidth_up", and "bandwidth_down" had typos. The correct attributes are
"bandwidth-up", and "bandwidth-down"

Signed-off-by: Firas Shaari <firas.shaari@shaariconsultancy.com>
This commit is contained in:
Firas Shaari
2024-12-26 11:40:16 -05:00
committed by John Crispin
parent 71315b140a
commit 77144209e9

View File

@@ -101,8 +101,8 @@
},
"quality-of-service": {
"select-ports": [ "WAN" ],
"bandwidth_up": 1000,
"bandwidth_down": 1000,
"bandwidth-up": 1000,
"bandwidth-down": 1000,
"bulk-detection": {
"dscp": "CS1",
"packets-per-second": 500