addresses.json 557 Bytes
{
    "addresses" : [
	{
	    "dpid" : "00:00:00:00:00:00:00:a1",
	    "port" : "1",
	    "ips" : ["10.0.1.101/24"],
	    "mac" : "00:00:00:00:00:01"
	},
	{
	    "dpid" : "00:00:00:00:00:00:00:a2",
	    "port" : "1",
	    "ips" : ["10.0.2.101/24"],
	    "mac" : "00:00:00:00:00:01"
	},
	{
	    "dpid" : "00:00:00:00:00:00:00:a5",
	    "port" : "1",
	    "ips" : ["10.0.3.101/24"],
	    "mac" : "00:00:00:00:00:01"
	},
	{
	    "dpid" : "00:00:00:00:00:00:00:a6",
	    "port" : "1",
	    "ips" : ["10.0.4.101/24"],
	    "mac" : "00:00:00:00:00:01"
	}
    ]
}