mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-30 10:02:53 +00:00
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:
committed by
John Crispin
parent
71315b140a
commit
77144209e9
@@ -101,8 +101,8 @@
|
|||||||
},
|
},
|
||||||
"quality-of-service": {
|
"quality-of-service": {
|
||||||
"select-ports": [ "WAN" ],
|
"select-ports": [ "WAN" ],
|
||||||
"bandwidth_up": 1000,
|
"bandwidth-up": 1000,
|
||||||
"bandwidth_down": 1000,
|
"bandwidth-down": 1000,
|
||||||
"bulk-detection": {
|
"bulk-detection": {
|
||||||
"dscp": "CS1",
|
"dscp": "CS1",
|
||||||
"packets-per-second": 500
|
"packets-per-second": 500
|
||||||
|
|||||||
Reference in New Issue
Block a user