Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "Ethernet":{ | 2 "Ethernet":{ |
| 3 "Authentication":"None" | 3 "Authentication":"None" |
| 4 }, | 4 }, |
| 5 "GUID":"guid", | 5 "GUID":"guid", |
| 6 "IPConfigs":[ | 6 "IPConfigs":[ |
| 7 { | 7 { |
| 8 "Gateway":"1.1.1.1", | 8 "Gateway":"1.1.1.1", |
| 9 "IPAddress":"123.123.123.123", | 9 "IPAddress":"123.123.123.123", |
| 10 "NameServers":[ | 10 "NameServers":[ |
| 11 "1.1.1.2", | 11 "1.1.1.2", |
| 12 "1.1.1.3" | 12 "1.1.1.3" |
| 13 ], | 13 ], |
| 14 "RoutingPrefix":24, | 14 "RoutingPrefix":24, |
| 15 "Type":"IPv4" | 15 "Type":"IPv4", |
| 16 "WebProxyAutoDiscoveryUrl":"proxy.url" | |
| 16 }, | 17 }, |
| 17 { | 18 { |
| 18 "Gateway":"2001:db8:85a3::7a2e:370:7331", | 19 "Gateway":"2001:db8:85a3::7a2e:370:7331", |
| 19 "IPAddress":"2001:0db8:85a3:0000:0000:8a2e:0370:7334", | 20 "IPAddress":"2001:0db8:85a3:0000:0000:8a2e:0370:7334", |
| 20 "NameServers":[], | 21 "NameServers":[], |
| 21 "RoutingPrefix":12, | 22 "RoutingPrefix":12, |
| 22 "Type":"IPv6" | 23 "Type":"IPv6" |
| 23 } | 24 } |
| 24 ], | 25 ], |
| 25 "Name":"", | 26 "Name":"", |
| 27 "SavedIPConfig":{ | |
|
pneubeck (no reviews)
2014/09/04 12:38:45
could you add the opposite test from ONC to Shill
pneubeck (no reviews)
2014/09/04 12:41:12
you could add it to the existing ethernet.onc and
stevenjb
2014/09/04 15:26:21
Except I moved these to network_with_state_fields,
pneubeck (no reviews)
2014/09/04 15:29:06
I wasn't very clear about this:
IPConfigs and Sav
| |
| 28 "Gateway":"1.1.1.4", | |
| 29 "IPAddress":"456.456.456.456", | |
| 30 "NameServers":[ | |
| 31 "1.1.1.5", | |
| 32 "1.1.1.6" | |
| 33 ], | |
| 34 "RoutingPrefix":25, | |
| 35 }, | |
| 36 "StaticIPConfig":{ | |
| 37 "Gateway":"1.1.1.7", | |
| 38 "IPAddress":"789.789.789.789", | |
| 39 "NameServers":[ | |
| 40 "1.1.1.8" | |
| 41 ], | |
| 42 "RoutingPrefix":26, | |
| 43 }, | |
| 26 "Type":"Ethernet" | 44 "Type":"Ethernet" |
| 27 } | 45 } |
| OLD | NEW |