You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several 1.0 tests (flow_expire.FlowExpire, flow_stats.AggregateFlowStats and flow_stats.SingleFlowStats) create a match from a packet, and then compare that match to the stats request received.
The packet match created when there is no VLAN is vlan VID = OFP_VLAN_NONE and PCP=0, however according to errata 1.0.1 this is an illegal match: _"The dl_vlan_pcp field must be ignored when the OFPFW_DL_VLAN wildcard bit is set or when the dl_vlan value is set to OFP_VLAN_NONE."_
Propose to change the match created from packet when there is no VLAN in the following manner:
Several 1.0 tests (flow_expire.FlowExpire, flow_stats.AggregateFlowStats and flow_stats.SingleFlowStats) create a match from a packet, and then compare that match to the stats request received.
The packet match created when there is no VLAN is vlan VID = OFP_VLAN_NONE and PCP=0, however according to errata 1.0.1 this is an illegal match:
_"The dl_vlan_pcp field must be ignored when the OFPFW_DL_VLAN wildcard bit is set or when the dl_vlan value is set to OFP_VLAN_NONE."_
Propose to change the match created from packet when there is no VLAN in the following manner:
The text was updated successfully, but these errors were encountered: