Uploaded image for project: 'controller'
  1. controller
  2. CONTROLLER-107

Flows programmed in Tables other than Table 0 do not show in the operational data for their respective table.

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Resolution: Done
    • None
    • None
    • adsal
    • 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":

      { "opendaylight-flow-table-statistics:packets-looked-up": 0, "opendaylight-flow-table-statistics:packets-matched": 0, "opendaylight-flow-table-statistics:active-flows": 1 }

      }
      ]
      }

      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

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            jmedved@cisco.com Jan Medved
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: