Details
-
Bug
-
Status: Resolved
-
Resolution: Cannot Reproduce
-
unspecified
-
None
-
None
-
Operating System: Mac OS
Platform: PC
-
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