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":[ |
(...skipping 14 matching lines...) Expand all Loading... |
25 ], | 25 ], |
26 "Name":"", | 26 "Name":"", |
27 "SavedIPConfig":{ | 27 "SavedIPConfig":{ |
28 "Gateway":"1.1.1.4", | 28 "Gateway":"1.1.1.4", |
29 "IPAddress":"124.124.124.124", | 29 "IPAddress":"124.124.124.124", |
30 "NameServers":[ | 30 "NameServers":[ |
31 "1.1.1.5", | 31 "1.1.1.5", |
32 "1.1.1.6" | 32 "1.1.1.6" |
33 ], | 33 ], |
34 "RoutingPrefix":25, | 34 "RoutingPrefix":25, |
| 35 "Type":"IPv4" |
35 }, | 36 }, |
36 "StaticIPConfig":{ | 37 "StaticIPConfig":{ |
37 "Gateway":"1.1.1.7", | 38 "Gateway":"1.1.1.7", |
38 "IPAddress":"125.125.125.125", | 39 "IPAddress":"125.125.125.125", |
39 "NameServers":[ | 40 "NameServers":[ |
40 "1.1.1.8" | 41 "1.1.1.8" |
41 ], | 42 ], |
42 "RoutingPrefix":26, | 43 "RoutingPrefix":26, |
| 44 "Type":"IPv4" |
43 }, | 45 }, |
44 "Type":"Ethernet" | 46 "Type":"Ethernet" |
45 } | 47 } |
OLD | NEW |