Comment 16 for bug 1954316

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/train)

Reviewed: https://review.opendev.org/c/openstack/neutron/+/833208
Committed: https://opendev.org/openstack/neutron/commit/3a50b3e124a5429e24325d0d43dd2da211a0d500
Submitter: "Zuul (22348)"
Branch: stable/train

commit 3a50b3e124a5429e24325d0d43dd2da211a0d500
Author: Rodolfo Alonso Hernandez <email address hidden>
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

    Conflicts:
        neutron/tests/functional/agent/linux/test_tc_lib.py

    Closes-Bug: #1954316
    Change-Id: Ia082f8531ffcc1599206124774599dcdb500274a
    (cherry picked from commit 16a793af19a2dc13e3d121b36db52d6b9ec25278)
    (cherry picked from commit 1dc99e93fee74af9c91f5340941d2e0c33834bad)