mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-18 01:41:24 +00:00
ucentral-schema: fix vxlan.json
the upstream section had no DNS Fixes: WIFI-15256 Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
parent
bf3781e793
commit
7d641524e1
@ -38,7 +38,8 @@
|
|||||||
"ipv4": {
|
"ipv4": {
|
||||||
"addressing": "static",
|
"addressing": "static",
|
||||||
"subnet": "10.0.0.2/24",
|
"subnet": "10.0.0.2/24",
|
||||||
"gateway": "10.0.0.1"
|
"gateway": "10.0.0.1",
|
||||||
|
"use-dns": ["10.0.0.1"]
|
||||||
},
|
},
|
||||||
"ssids": [
|
"ssids": [
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user