Uploaded image for project: 'ONOS'
  1. ONOS
  2. ONOS-6858

The value of vlan UNTAGGED(NONE) should be modified.

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: In Progress (View Workflow)
    • Priority: Major
    • Resolution: Unresolved
    • Affects Version/s: 1.5.1, 1.11.0
    • Fix Version/s: None
    • Component/s: None
    • Labels:
    • Environment:

      OF-DPA 2.0, 3.0 / Edgecore 5712-54X

    • Story Points:
      1

      Description

      The value of vlan UNTAGGED(NONE) in the OF-DPA and Openflow specifications is 0x0000.
      However, the vlan UNTAGGED(NONE) value of ONOS is 0xffff.

      Therefore, when the vlan rule is applied to the switch in which OFDPA is installed using the ONOS rest api, it does not operate normally. (New vlan)

      I think I need to modify this value.

      utils/misc/src/main/java/org/onlab/packet/VlanId.java

      public static final short UNTAGGED = (short) 0xffff;
      --> public static final short UNTAGGED = (short) 0x0000;

        Attachments

        # Subject Branch Project Status CR V

          Activity

            People

            Assignee:
            NB Nambong Ha
            Reporter:
            NB Nambong Ha
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Dates

              Created:
              Updated: