Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
Operating System: Mac OS
Platform: Macintosh
-
264
Description
When issuing a request to get operational data for a Table, flows in that Table should be shown through RESTCONF. For example, getting operational data for Table 1 should show the active flows in Table 1: issuing GET to 'http://192.168.4.1:8080/restconf/operational/opendaylight-inventory:nodes/node/openflow:1/table/2' should get the statistics and flows for Table 2. Only the statistics are shown:
{
"flow-node-inventory:table": [
{
"flow-node-inventory:id": 2,
"opendaylight-flow-table-statistics:flow-table-statistics":
}
]
}
No flow data is shown, altough there are active flows, as can be seen above.
This is true for all tables, except for Table 0, where the first programmed flow is shown