From c8f2a309836e152c4f08cc8e5735409f992177af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harald=20Jens=C3=A5s?= Date: Wed, 4 Mar 2020 10:41:35 +0100 Subject: [PATCH] Reno only - Make stateless allocation segment aware This add's a releasenote for changes: * https://review.opendev.org/709444 * https://review.opendev.org/710546 * https://review.opendev.org/710547 Related-Bug: #1864225 Related-Bug: #1864333 Related-Bug: #1865138 Change-Id: Idc7819340b37bee8ae7841d14d0143fb18ac362a --- ...6-auto-allocation-with-segments-b90e99a30d096c9d.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 releasenotes/notes/fix-ipv6-auto-allocation-with-segments-b90e99a30d096c9d.yaml diff --git a/releasenotes/notes/fix-ipv6-auto-allocation-with-segments-b90e99a30d096c9d.yaml b/releasenotes/notes/fix-ipv6-auto-allocation-with-segments-b90e99a30d096c9d.yaml new file mode 100644 index 00000000000..1369bb84326 --- /dev/null +++ b/releasenotes/notes/fix-ipv6-auto-allocation-with-segments-b90e99a30d096c9d.yaml @@ -0,0 +1,9 @@ +--- +fixes: + - | + Fixed an issue where IP allocation for IPv6 stateless subnets would allocate + on invalid subnets when segments are used. Auto-addressing now filters on + segment ids when allocating IP addresses. See bugs: + `#1864225 `_, + `#1864333 `_, + `#1865138 `_.