yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #83515
[Bug 1889619] Re: Validate subnet when plugging to the router don't works when plugging port
Reviewed: https://review.opendev.org/744123
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=38c7fd7cef42e8c1e6430feb5ac01396c65560c2
Submitter: Zuul
Branch: master
commit 38c7fd7cef42e8c1e6430feb5ac01396c65560c2
Author: Slawek Kaplonski <skaplons@xxxxxxxxxx>
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.
Change-Id: I054296c790b697198550acbeae29546758b422c2
Closes-Bug: #1889619
** 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/1889619
Title:
Validate subnet when plugging to the router don't works when plugging
port
Status in neutron:
Fix Released
Bug description:
Patch https://review.opendev.org/#/c/136733/ introduced validation of the subnets when it's plugged to the router so e.g. IPv6 subnet which is expected to get RAs from external router can't be plugged to the neutron router.
But this validation don't works when port is plugged to the router. And in that way such subnet with ipv6_ra_mode=None can be plugged to the Neutron router.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1889619/+subscriptions
References