blob: 4cdbbdc6df790b2a5d57944f10b6639cd79cf038 [file] [log] [blame]
{
"irrelevant-staticipconfig": {
"GUID": "guid",
"Type": "Ethernet",
"Name": "name",
"Ethernet": {
"Authentication": "None"
},
"StaticIPConfig": {
"Gateway":"1.1.1.1",
"IPAddress": "127.0.0.1"
}
},
"irrelevant-staticipconfig-normalized": {
"GUID": "guid",
"Type": "Ethernet",
"Name": "name",
"Ethernet": {
"Authentication": "None"
}
},
"ethernet-and-vpn": {
"Recommended": [],
"GUID": "guid",
"Type": "Ethernet",
"Name": "name",
"Ethernet": {
"Authentication": "None"
},
"VPN": {
"Type": "L2TP-IPsec",
"Host": "some.host.org",
"IPsec": {
"AuthenticationType": "PSK",
"IKEVersion": 1,
"PSK": "some_preshared_key",
"SaveCredentials": true
},
"L2TP": {
"Username": "some username",
"Password": "some password"
}
}
},
"ethernet-and-vpn-normalized": {
"GUID": "guid",
"Type": "Ethernet",
"Name": "name",
"Ethernet": {
"Authentication": "None"
}
},
"wifi": {
"GUID": "{77db0089-0bc8-4358-929c-123xcv}",
"Type": "WiFi",
"Name": "SomeWifi-XY",
"WiFi": {
"SSID": "SomeWifi-XY",
"Security": "None",
"Recommended": [ "AutoConnect" ]
}
},
"wifi-normalized": {
"GUID": "{77db0089-0bc8-4358-929c-123xcv}",
"Type": "WiFi",
"Name": "SomeWifi-XY",
"WiFi": {
"SSID": "SomeWifi-XY",
"HexSSID": "536F6D65576966692D5859",
"Security": "None"
}
}
}