mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 09:32:34 +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": {
|
||||
"select-ports": [ "WAN" ],
|
||||
"bandwidth_up": 1000,
|
||||
"bandwidth_down": 1000,
|
||||
"bandwidth-up": 1000,
|
||||
"bandwidth-down": 1000,
|
||||
"bulk-detection": {
|
||||
"dscp": "CS1",
|
||||
"packets-per-second": 500
|
||||
|
||||
Reference in New Issue
Block a user