← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1415672] [NEW] Cisco Nexus ML2 mechanism fails on GRE networks

 

Public bug reported:

There is a problem with Cisco Nexus ML2 mechanism and GRE networks.
Function _port_action fails with NexusMissingRequiredFields if the
port's network is not VLAN. So, this prevents port binding, that leads
to completely non-working GRE networks.

My proposed solution is to add the check in beginning of _port_action:

if (segment and segment[api.NETWORK_TYPE] != p_const.TYPE_VLAN):
    return

There is a similar check in _get_vlanid, but this is not enough

** Affects: neutron
     Importance: Undecided
         Status: New


** Tags: cisco ml2

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1415672

Title:
  Cisco Nexus ML2 mechanism fails on GRE networks

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  There is a problem with Cisco Nexus ML2 mechanism and GRE networks.
  Function _port_action fails with NexusMissingRequiredFields if the
  port's network is not VLAN. So, this prevents port binding, that leads
  to completely non-working GRE networks.

  My proposed solution is to add the check in beginning of _port_action:

  if (segment and segment[api.NETWORK_TYPE] != p_const.TYPE_VLAN):
      return

  There is a similar check in _get_vlanid, but this is not enough

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1415672/+subscriptions


Follow ups

References