Details
-
Improvement
-
Status: Resolved
-
Resolution: Won't Do
-
None
-
None
-
None
-
Operating System: All
Platform: All
Description
table_id in Flow should not be visible in config namespace. It then enables users to create incorrect Flow configuration which has different table_id specified in payload than one specified in path e.g.
path:
.../config/opendaylight-inventory:nodes/node/openflow:1/table/0/flow/1234
data:
<flow xmlns="urn:opendaylight:flow:inventory">
<id>1234</id>
...
<priority>2</priority>
<strict>false</strict>
<table_id>2</table_id>
</flow>
Attachments
Issue Links
- is blocked by
-
CONTROLLER-475 Non-configuration items in the model appear in the config namespace
- Resolved