OLD | NEW |
---|---|
1 { "GUID": "guid", | 1 { |
2 "Type": "ethernet", | 2 "GUID":"guid", |
3 "IPConfig":{ | |
4 "Address":"123.123.123.123", | |
armansito
2014/04/23 18:46:36
You should add a test case for an IPConfig with an
pneubeck (no reviews)
2014/04/25 10:07:34
Done.
| |
5 "Gateway":"1.1.1.1", | |
6 "NameServers":[ | |
7 "1.1.1.2", | |
8 "1.1.1.3" | |
9 ], | |
10 "Prefixlen":24 | |
11 }, | |
12 "Type":"ethernet" | |
3 } | 13 } |
OLD | NEW |