Jonathan Hart | 65048cd | 2014-12-01 14:12:57 -0800 | [diff] [blame] | 1 | { |
| 2 | "addresses" : [ |
| 3 | { |
| 4 | "dpid" : "00:00:00:00:00:00:00:a1", |
| 5 | "port" : "1", |
| 6 | "ips" : ["10.0.1.101/24"], |
| 7 | "mac" : "00:00:00:00:00:01" |
| 8 | }, |
| 9 | { |
| 10 | "dpid" : "00:00:00:00:00:00:00:a2", |
| 11 | "port" : "1", |
| 12 | "ips" : ["10.0.2.101/24"], |
Jonathan Hart | 5b424de | 2014-12-02 00:07:00 -0800 | [diff] [blame] | 13 | "mac" : "00:00:00:00:00:01" |
Jonathan Hart | 65048cd | 2014-12-01 14:12:57 -0800 | [diff] [blame] | 14 | }, |
| 15 | { |
| 16 | "dpid" : "00:00:00:00:00:00:00:a5", |
| 17 | "port" : "1", |
| 18 | "ips" : ["10.0.3.101/24"], |
| 19 | "mac" : "00:00:00:00:00:01" |
| 20 | }, |
| 21 | { |
| 22 | "dpid" : "00:00:00:00:00:00:00:a6", |
| 23 | "port" : "1", |
| 24 | "ips" : ["10.0.4.101/24"], |
| 25 | "mac" : "00:00:00:00:00:01" |
| 26 | } |
| 27 | ] |
| 28 | } |