ucentral-schema: update to latest HEAD

1d7e565 optimize the bridge/uci config for gre tunnels

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2022-06-16 12:44:53 +02:00
parent 32b1aade42
commit 1546bef93f
3 changed files with 52 additions and 46 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:=88a2ef67c3381479c52fb24c9556a6a01cb2eabdc283849efcddb2e06548f42e
PKG_MIRROR_HASH:=dedaf7a09b17c7353a31670953dae68ef6cee0463ec45aacfcfe5c4dc369bfe3
PKG_SOURCE_PROTO:=git
PKG_SOURCE_DATE:=2022-05-29
PKG_SOURCE_VERSION:=417fcc429ce2ffd47b42ad92d2230f0c40af974a
PKG_SOURCE_VERSION:=1d7e5656837dee845d07247c957eab9c62d99673
PKG_MAINTAINER:=John Crispin <john@phrozen.org>
PKG_LICENSE:=BSD-3-Clause

View File

@@ -1,23 +1,12 @@
{
"uuid": 2,
"radios": [
{
"band": "6G",
"country": "CA",
"channel-mode": "HE",
"channel-width": 80
},
{
"band": "5G",
"country": "CA",
"channel-mode": "HE",
"channel-width": 80
},
{
"band": "2G",
"country": "CA",
"channel-mode": "HE",
"channel-width": 80
"channel-width": 20,
"channel": 1
}
],
@@ -44,8 +33,27 @@
},
"tunnel": {
"proto": "gre",
"peer-address": "50.210.104.108"
}
"peer-address": "192.168.178.59"
},
"ipv4": {
"addressing": "static",
"subnet": "192.168.2.2/24",
"gateway": "192.168.2.1"
},
"ssids": [
{
"name": "OpenWifi-GRE",
"wifi-bands": [
"2G"
],
"bss-mode": "ap",
"encryption": {
"proto": "psk2",
"key": "OpenWifi",
"ieee80211w": "optional"
}
}
]
},
{
"name": "LAN",
@@ -69,19 +77,15 @@
},
"ssids": [
{
"name": "Maverick",
"name": "OpenWifi-GRE-NAT",
"wifi-bands": [
"5G",
"2G"
],
"bss-mode": "ap",
"encryption": {
"proto": "none",
"proto": "psk2",
"key": "OpenWifi",
"ieee80211w": "optional"
},
"roaming": {
"message-exchange": "ds",
"generate-psk": true
}
}
]

View File

@@ -1,23 +1,11 @@
{
"uuid": 2,
"radios": [
{
"band": "6G",
"country": "CA",
"channel-mode": "HE",
"channel-width": 80
},
{
"band": "5G",
"country": "CA",
"channel-mode": "HE",
"channel-width": 80
},
{
"band": "2G",
"country": "CA",
"channel-mode": "HE",
"channel-width": 80
"channel": 1
}
],
@@ -49,13 +37,31 @@
},
"ipv4": {
"addressing": "static",
"subnet": "10.0.0.1/24"
}
"subnet": "10.0.0.2/24",
"gateway": "10.0.0.1"
},
"ssids": [
{
"name": "OpenWifi-VXLAN",
"wifi-bands": [
"2G"
],
"bss-mode": "ap",
"encryption": {
"proto": "psk2",
"key": "OpenWifi",
"ieee80211w": "optional"
}
}
]
},
{
"name": "LAN",
"role": "downstream",
"services": [ "ssh" ],
"vlan": {
"id": 100
},
"ethernet": [
{
"select-ports": [
@@ -74,19 +80,15 @@
},
"ssids": [
{
"name": "Maverick",
"name": "OpenWifi-VXLAN",
"wifi-bands": [
"5G",
"2G"
],
"bss-mode": "ap",
"encryption": {
"proto": "none",
"proto": "psk2",
"key": "OpenWifi",
"ieee80211w": "optional"
},
"roaming": {
"message-exchange": "ds",
"generate-psk": true
}
}
]