[OVSDB-29] ovsdb-neutron does not set the correct flows for stripping vlan with OpenFlow 1.3 Created: 25/Jun/14  Updated: 03/May/18  Resolved: 26/Jun/14

Status: Resolved
Project: ovsdb
Component/s: API
Affects Version/s: unspecified
Fix Version/s: None

Type: Bug
Reporter: Vishal Patil Assignee: Unassigned
Resolution: Cannot Reproduce Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Operating System: Mac OS
Platform: PC


External issue ID: 1243

 Description   

While using OpenStack (IceHouse) with ODL + OpenFlow 1.3 + VLAN for implementing virtual networks, ODL does not set the correct flows for stripping the vlan information

The problem is ovsdb sets the actions for stripping the vlan id as follows

actions=output:3,strip_vlan

i.e. the packet is forwarded to the port before stripping of the vlan information.

The correct set of actions that fix this problem are

actions=strip_vlan,output:3



 Comments   
Comment by Vishal Patil [ 26/Jun/14 ]

I re-ran the test using latest OVSDB code and flows seem to be setting as expected. I am able to get odl + openstack + vlan + of1.3 working without any issues.

Generated at Wed Feb 07 20:35:19 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.