Adding tree import.

This commit is contained in:
stephb9959
2021-09-08 22:33:31 -07:00
parent cdd5ccaa21
commit 2598df3a39
4 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
{ "interfaces": [
{
"name": "WAN",
"role": "upstream",
"services": [ "lldp" ],
"ethernet": [
{
"select-ports": [
"WAN*"
]
}
],
"ipv4": {
"addressing": "dynamic"
},
"ssids": [
{
"name": "OpenWifi",
"wifi-bands": [
"2G", "5G"
],
"bss-mode": "ap",
"encryption": {
"proto": "psk2",
"key": "OpenWifi",
"ieee80211w": "optional"
}
}
]
}