← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1954316] Re: In VXLAN interface creation, we must provide always a device

 

Reviewed:  https://review.opendev.org/c/openstack/neutron/+/821271
Committed: https://opendev.org/openstack/neutron/commit/16a793af19a2dc13e3d121b36db52d6b9ec25278
Submitter: "Zuul (22348)"
Branch:    master

commit 16a793af19a2dc13e3d121b36db52d6b9ec25278
Author: Rodolfo Alonso Hernandez <ralonsoh@xxxxxxxxxx>
Date:   Thu Dec 9 18:11:17 2021 +0000

    When creating a VXLAN interface, a device is mandatory
    
    "IPWrapper.add_vxlan" method must have "dev" parameter as possitional
    argument. A VXLAN interface must be always created on top of an existing
    network device:
      https://www.kernel.org/doc/Documentation/networking/vxlan.txt
    
    Closes-Bug: #1954316
    Change-Id: Ia082f8531ffcc1599206124774599dcdb500274a


** Changed in: neutron
       Status: In Progress => Fix Released

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

Title:
  In VXLAN interface creation, we must provide always a device

Status in neutron:
  Fix Released

Bug description:
  "IPWrapper.add_vxlan" method "dev" parameter must be mandatory. A
  VXLAN interface must be always created on top of an existing network
  device: https://www.kernel.org/doc/Documentation/networking/vxlan.txt

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



References