blob: ca4be83bcdfc9b0ab7b8d3987eae4ffd7d405bb7 [file] [log] [blame]
Jonathan Hart74f9c3b2014-09-29 20:03:50 -07001{
2 "interfaces" : [
3 {
4 "dpid" : "00:00:00:00:00:00:01",
5 "port" : "1",
6 "ips" : ["192.168.10.101/24"],
7 "mac" : "00:00:00:11:22:33"
8 },
9 {
10 "dpid" : "00:00:00:00:00:00:02",
11 "port" : "1",
12 "ips" : ["192.168.20.101/24", "192.168.30.101/24"]
13 },
14 {
15 "dpid" : "00:00:00:00:00:00:03",
16 "port" : "1",
17 "ips" : ["10.1.0.1/16"],
18 "mac" : "00:00:00:00:00:01"
19 }
20 ]
21}