mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-20 10:51:27 +00:00
17 lines
533 B
Diff
17 lines
533 B
Diff
Index: opensync-2.0.5.0/interfaces/opensync.ovsschema
|
|
===================================================================
|
|
--- opensync-2.0.5.0.orig/interfaces/opensync.ovsschema
|
|
+++ opensync-2.0.5.0/interfaces/opensync.ovsschema
|
|
@@ -1732,7 +1732,10 @@
|
|
"channels": {
|
|
"type": {
|
|
"key": "string",
|
|
- "value": "string",
|
|
+ "value": {
|
|
+ "type": "string",
|
|
+ "maxLength": 256
|
|
+ },
|
|
"min": 0,
|
|
"max": "unlimited"
|
|
}
|