ucentral-schema: update to latest HEAD

01e80a6 add delta counters for upstream vlan interfaces
0aaefff fix generation of udevstats config

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2023-10-05 10:27:13 +02:00
parent e2f0258407
commit 7e52502793
3 changed files with 19 additions and 31 deletions

View File

@@ -4,10 +4,10 @@ PKG_NAME:=ucentral-schema
PKG_RELEASE:=1
PKG_SOURCE_URL=https://github.com/Telecominfraproject/wlan-ucentral-schema.git
PKG_MIRROR_HASH:=cd23ff7b3a2f07a0bfd1828aa92f6f30450c556aa69ed20d7204639667772110
PKG_MIRROR_HASH:=5fd5899d0de89466b5936333298bd734ca573e6c4e1fc5eea3712c90d9619a28
PKG_SOURCE_PROTO:=git
PKG_SOURCE_DATE:=2022-05-29
PKG_SOURCE_VERSION:=d42d7c0ca0043aaffe68284e0903258e3c3eb990
PKG_SOURCE_VERSION:=01e80a671e9e12fb6a0525275784b3e3bb3ddde3
PKG_MAINTAINER:=John Crispin <john@phrozen.org>
PKG_LICENSE:=BSD-3-Clause

View File

@@ -51,14 +51,26 @@
],
"ipv4": {
"addressing": "dynamic"
}
},
"ssids": [
{
"name": "Maverick",
"wifi-bands": [
"5G",
"2G"
],
"bss-mode": "ap",
"encryption": {
"proto": "psk2",
"ieee80211w": "optional",
"key": "aaaaaaaa"
}
}
]
},
{
"name": "LAN",
"role": "downstream",
"vlan": {
"id": 100
},
"services": [ "ssh" ],
"ethernet": [
{
@@ -75,25 +87,7 @@
"lease-count": 100,
"lease-time": "6h"
}
},
"ssids": [
{
"name": "Maverick",
"wifi-bands": [
"5G",
"2G"
],
"bss-mode": "ap",
"encryption": {
"proto": "none",
"ieee80211w": "optional"
},
"roaming": {
"message-exchange": "ds",
"generate-psk": true
}
}
]
}
}
],
"services": {

View File

@@ -1,6 +0,0 @@
config device
option disabled 1
# option name sw0
# list vlan 0
# list vlan 1
# list vlan 2