Uploaded image for project: 'OpenFlowPlugin'
  1. OpenFlowPlugin
  2. OPNFLWPLUG-271

Remove table_id in flow from config namespace

    XMLWordPrintable

Details

    • Improvement
    • Status: Resolved
    • Resolution: Won't Do
    • None
    • None
    • General
    • 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

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              Unassigned Unassigned
              jhajnar@cisco.com Jan Hajnar
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: