OLD | NEW |
1 { | 1 { |
| 2 "irrelevant-staticipconfig": { |
| 3 "GUID": "guid", |
| 4 "Type": "Ethernet", |
| 5 "Name": "name", |
| 6 "Ethernet": { |
| 7 "Authentication": "None" |
| 8 }, |
| 9 "StaticIPConfig": { |
| 10 "Gateway":"1.1.1.1", |
| 11 "IPAddress": "127.0.0.1" |
| 12 } |
| 13 }, |
| 14 "irrelevant-staticipconfig-normalized": { |
| 15 "GUID": "guid", |
| 16 "Type": "Ethernet", |
| 17 "Name": "name", |
| 18 "Ethernet": { |
| 19 "Authentication": "None" |
| 20 } |
| 21 }, |
2 "ethernet-and-vpn": { | 22 "ethernet-and-vpn": { |
3 "Recommended": [], | 23 "Recommended": [], |
4 "GUID": "guid", | 24 "GUID": "guid", |
5 "Type": "Ethernet", | 25 "Type": "Ethernet", |
6 "Name": "name", | 26 "Name": "name", |
7 "Ethernet": { | 27 "Ethernet": { |
8 "Authentication": "None" | 28 "Authentication": "None" |
9 }, | 29 }, |
10 "VPN": { | 30 "VPN": { |
11 "Type": "L2TP-IPsec", | 31 "Type": "L2TP-IPsec", |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 "GUID": "{77db0089-0bc8-4358-929c-123xcv}", | 64 "GUID": "{77db0089-0bc8-4358-929c-123xcv}", |
45 "Type": "WiFi", | 65 "Type": "WiFi", |
46 "Name": "SomeWifi-XY", | 66 "Name": "SomeWifi-XY", |
47 "WiFi": { | 67 "WiFi": { |
48 "SSID": "SomeWifi-XY", | 68 "SSID": "SomeWifi-XY", |
49 "HexSSID": "536F6D65576966692D5859", | 69 "HexSSID": "536F6D65576966692D5859", |
50 "Security": "None" | 70 "Security": "None" |
51 } | 71 } |
52 } | 72 } |
53 } | 73 } |
OLD | NEW |