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

Flow conversion bugs in sal-compatibility

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Resolution: Done
    • Helium
    • None
    • mdsal
    • None
    • Operating System: Linux
      Platform: PC

    • 1306

    Description

      I found 2 bugs in flow conversion routine in sal-compatibility.

      1. A NullPointerException is always thrown when a flow entry that contains
      IN_PORT match field value is installed via sal-compatibility.
      sal-compatibility sets a string representation of AD-SAL NodeConnector ID
      (e.g. "OF|2") to in-port in a flow entry. But it must be converted into
      MD-SAL NodeConnectorId (e.g. "openflow:1:2").

      2. An invalid MD-SAL match is created if zero is set in DL_VLAN match field.
      If zero is set in DL_VLAN match field in a flow entry, it must match packets
      without VLAN tag. Thus in that case false must be set to vlan-id-present field
      in a MD-SAL flow entry.

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            yasuda Shigeru Yasuda
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: