onos/tools/test/configs/override-basic.json
Sahil Lele 3a0cdd57e7 Devices,hosts, and links can be blocked and kicked off with the network configuration api
Change-Id: I68d427f4886a7b63475df8d35383e2e347946946
2015-07-29 01:00:13 +00:00

38 lines
644 B
JSON

{
"devices": {
"of:0000000000000009": {
"basic": {
"allowed": true,
"owner": "Luigi"
}
},
"of:0000000000000008": {
"basic": {
"name": "NameChangeAgain",
"allowed": true,
"owner": "Mario"
}
},
"of:0000000000000007": {
"basic": {
"allowed": true,
"owner": "Peach",
"latitude": "25"
}
}
},
"links": {
"of:0000000000000006/2-of:0000000000000007/2": {
"basic": {
"allowed": true
}
}
},
"hosts": {
"00:00:00:00:00:03/-1": {
"basic": {
"allowed": true
}
}
}
}