Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { "GUID": "guid", | 1 { "GUID": "guid", |
| 2 "Type": "ethernet", | 2 "Type": "ethernet", |
| 3 "StaticIP.Address":"125.125.125.125", | 3 "StaticIPConfig": { |
|
stevenjb
2014/12/02 16:28:47
Ah, I didn't realize that this was readwrite now.
| |
| 4 "StaticIP.Gateway":"1.1.1.7", | 4 "Address": "125.125.125.125", |
| 5 "StaticIP.NameServers":"1.1.1.8,125.1.1.3", | 5 "Gateway": "1.1.1.7", |
| 6 "StaticIP.Prefixlen":26 | 6 "NameServers": ["1.1.1.8", "125.1.1.3"], |
| 7 "Prefixlen": 26 | |
| 8 } | |
| 7 } | 9 } |
| OLD | NEW |