-
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
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;
# | Subject | Branch | Project | Status | CR | V |
---|---|---|---|---|---|---|
14838,1 | [ONOS-6858] The value of vlan UNTAGGED(NONE) should be modified | master | onos | Status: ABANDONED | -1 | +1 |