yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #90358
[Bug 1996199] Re: router ext gw assigning IPv6 when IPv6 + NAT is unsupported
** Changed in: neutron
Status: Incomplete => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1996199
Title:
router ext gw assigning IPv6 when IPv6 + NAT is unsupported
Status in neutron:
Invalid
Bug description:
Hi,
this is both a question and a bug report.
Currently, when setting an external gateway on a router by using an
external network with both IPv4 and IPv6 subnets, two IPs are assigned
- IPv4 and IPv6. However, according to the docs [1] , Openstack
Networking does not yet support NAT with IPv6.
This makes the IPv6 address on the external gateway both confusing and
without any use. I propose to stop assigning IPv6 for router's
external gateway to avoid such confusion. If it's not supported yet,
then there's no reason to assign it.
While Master might yet include such support in the future, stable
branches such as Stein or Train do not. The nature of those being
stable is that they don't include big features, only bug fixes, which
means that they will never support IPv6 with NAT. Therefore, even if
you decide to leave this assignment in the Master branch, I think that
stable branches should have this removed regardless.
Some simple variation of "[v4] if is_gw_port else [v4, v6_stateful]"
should suffice - [2] .
[1] https://docs.openstack.org/neutron/latest/admin/config-ipv6.html#nat-floating-ips
[2] https://opendev.org/openstack/neutron/src/commit/9e2a0ac058305dd16d6dedb883d305cd162f5fe4/neutron/db/ipam_pluggable_backend.py#L279
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1996199/+subscriptions
References