[OPNFLWPLUG-771] Switch capabilities not available in Boron Created: 20/Sep/16  Updated: 27/Sep/21  Resolved: 27/Sep/16

Status: Resolved
Project: OpenFlowPlugin
Component/s: General
Affects Version/s: None
Fix Version/s: None

Type: Bug
Reporter: Luis Gomez Assignee: Tomas Slusny
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Operating System: All
Platform: All


External issue ID: 6764

 Description   

In Boron release we do not show switch capabilities in operational, example of this (from beryllium):

"flow-node-inventory:switch-features":

{ "max_buffers": 0, "max_tables": 1, "capabilities": [ "flow-node-inventory:flow-feature-capability-group-stats", "flow-node-inventory:flow-feature-capability-flow-stats", "flow-node-inventory:flow-feature-capability-queue-stats", "flow-node-inventory:flow-feature-capability-port-stats" ] }

,



 Comments   
Comment by Tomas Slusny [ 26/Sep/16 ]

Created patch that will add writing of these switch features to operational: https://git.opendaylight.org/gerrit/#/c/46167/. Here is output from inventory after this patch:

```
"flow-node-inventory:switch-features":

{ "max_buffers": 256, "capabilities": [ "flow-node-inventory:flow-feature-capability-port-stats", "flow-node-inventory:flow-feature-capability-queue-stats", "flow-node-inventory:flow-feature-capability-table-stats", "flow-node-inventory:flow-feature-capability-flow-stats", "flow-node-inventory:flow-feature-capability-group-stats" ], "max_tables": 254 }

,
```

Generated at Wed Feb 07 20:33:21 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.