Uploaded image for project: 'ovsdb'
  1. ovsdb
  2. OVSDB-29

ovsdb-neutron does not set the correct flows for stripping vlan with OpenFlow 1.3

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Resolution: Cannot Reproduce
    • unspecified
    • None
    • API
    • 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

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Unassigned Unassigned
            vishpat@gmail.com Vishal Patil
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: