Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "GUID":"guid", | |
| 3 "IPConfigs":[ | |
| 4 { | |
| 5 "Address":"123.123.123.123", | |
| 6 "Gateway":"1.1.1.1", | |
| 7 "Method":"ipv4", | |
| 8 "NameServers":[ | |
| 9 "1.1.1.2", | |
| 10 "1.1.1.3" | |
| 11 ], | |
| 12 "Prefixlen":24 | |
| 13 }, | |
| 14 { | |
| 15 "Address":"2001:0db8:85a3:0000:0000:8a2e:0370:7334", | |
| 16 "Gateway":"2001:db8:85a3::7a2e:370:7331", | |
| 17 "Method":"ipv6", | |
| 18 "NameServers":[], | |
| 19 "Prefixlen":12 | |
| 20 } | |
| 21 ], | |
| 22 "Type":"ethernet" | |
| 23 } | |
| OLD | NEW |