OLD | NEW |
---|---|
1 { | 1 { |
2 "GUID":"guid", | 2 "GUID":"guid", |
3 "IPConfigs":[ | 3 "IPConfigs":[ |
4 { | 4 { |
5 "Address":"123.123.123.123", | 5 "Address":"123.123.123.123", |
6 "Gateway":"1.1.1.1", | 6 "Gateway":"1.1.1.1", |
7 "Method":"ipv4", | 7 "Method":"ipv4", |
8 "NameServers":[ | 8 "NameServers":[ |
9 "1.1.1.2", | 9 "1.1.1.2", |
10 "1.1.1.3" | 10 "1.1.1.3" |
11 ], | 11 ], |
12 "Prefixlen":24 | 12 "Prefixlen":24, |
13 "WebProxyAutoDiscoveryUrl":"proxy.url" | |
13 }, | 14 }, |
14 { | 15 { |
15 "Address":"2001:0db8:85a3:0000:0000:8a2e:0370:7334", | 16 "Address":"2001:0db8:85a3:0000:0000:8a2e:0370:7334", |
16 "Gateway":"2001:db8:85a3::7a2e:370:7331", | 17 "Gateway":"2001:db8:85a3::7a2e:370:7331", |
17 "Method":"ipv6", | 18 "Method":"ipv6", |
18 "NameServers":[], | 19 "NameServers":[], |
19 "Prefixlen":12 | 20 "Prefixlen":12 |
20 } | 21 } |
21 ], | 22 ], |
23 "SavedIP.Address":"456.456.456.456", | |
pneubeck (no reviews)
2014/09/04 12:38:45
better use a valid ipaddress ;-)
stevenjb
2014/09/04 15:26:21
Done.
| |
24 "SavedIP.Gateway":"1.1.1.4", | |
25 "SavedIP.NameServers":"1.1.1.5,1.1.1.6", | |
pneubeck (no reviews)
2014/09/04 12:38:45
i'll file a bug for this to be fixed in Shill
stevenjb
2014/09/04 15:26:21
If we are going to "fix" this (I assume you mean c
| |
26 "SavedIP.Prefixlen":25, | |
27 "StaticIP.Address":"789.789.789.789", | |
pneubeck (no reviews)
2014/09/04 12:38:45
dito
stevenjb
2014/09/04 15:26:21
Done
| |
28 "StaticIP.Gateway":"1.1.1.7", | |
29 "StaticIP.NameServers":"1.1.1.8", | |
30 "StaticIP.Prefixlen":26, | |
22 "Type":"ethernet" | 31 "Type":"ethernet" |
23 } | 32 } |
OLD | NEW |