Comment 11 for bug 1889619

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

Reviewed: https://review.opendev.org/744834
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=77ce09bcef826f81f1bd1ae0c8b55b4ea36e3ec3
Submitter: Zuul
Branch: stable/queens

commit 77ce09bcef826f81f1bd1ae0c8b55b4ea36e3ec3
Author: Slawek Kaplonski <email address hidden>
Date: Fri Jul 31 12:50:16 2020 +0200

    Fix validation of IPv6 subnets with external RAs

    In case when such subnet is added directly to the router, there was
    validation and subnet which is expected to get RA messages from the
    external router couldn't be added to the Neutron router.

    But in case when port was first created manually and then plugged to the
    router, there wasn't such validation. This patch fixes it by adding same
    validation to adding router interface by port.

    Conflicts:
        neutron/db/l3_db.py

    Change-Id: I054296c790b697198550acbeae29546758b422c2
    Closes-Bug: #1889619
    (cherry picked from commit 38c7fd7cef42e8c1e6430feb5ac01396c65560c2)