Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { "GUID": "guid", | 1 { "GUID": "guid", |
| 2 "Type": "ethernet", | 2 "Type": "ethernet", |
| 3 "StaticIPConfig": { | 3 "StaticIP.Address":"125.125.125.125", |
| 4 "Address": "125.125.125.125", | 4 "StaticIP.Gateway":"1.1.1.7", |
| 5 "Gateway": "1.1.1.7", | 5 "StaticIP.NameServers":"1.1.1.8,125.1.1.3", |
| 6 "NameServers": ["1.1.1.8", "125.1.1.3"], | 6 "StaticIP.Prefixlen":26 |
| 7 "Prefixlen": 26 | |
| 8 } | |
| 9 } | 7 } |
| OLD | NEW |