yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #35075
[Bug 1472304] [NEW] Generating allocation pools with ::/64 gives inconsistent results
Public bug reported:
Calling _allocate_pools_for_subnet when subnet['cidr'] = ::/64 returns a
pool that begins with an IPv4 address and ends with an IPv6 address. For
example:
{"start": "0.0.0.2", "end": "::ffff:ffff:ffff:ffff"}
IP version should be kept consistent during the pool generation to
prevent this.
** Affects: neutron
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1472304
Title:
Generating allocation pools with ::/64 gives inconsistent results
Status in OpenStack Neutron (virtual network service):
New
Bug description:
Calling _allocate_pools_for_subnet when subnet['cidr'] = ::/64 returns
a pool that begins with an IPv4 address and ends with an IPv6 address.
For example:
{"start": "0.0.0.2", "end": "::ffff:ffff:ffff:ffff"}
IP version should be kept consistent during the pool generation to
prevent this.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1472304/+subscriptions
Follow ups
References