From 0817c42799b37713aa7e8e6c74afe547d930f559 Mon Sep 17 00:00:00 2001 From: Jakub Libosvar Date: Thu, 17 Sep 2020 14:46:50 +0200 Subject: [PATCH] ovn: Document gap about IPv6 PD in OVN ML2/OVN currently doesn't support IPv6 prefix delegation. This patch adds it to the list of gaps. Change-Id: Icf23cb9113d48322a4ba0db13a55c370e2bb14a4 Signed-off-by: Jakub Libosvar --- doc/source/ovn/gaps.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/source/ovn/gaps.rst b/doc/source/ovn/gaps.rst index 618caff4086..79b524af2b5 100644 --- a/doc/source/ovn/gaps.rst +++ b/doc/source/ovn/gaps.rst @@ -72,6 +72,12 @@ at [1]_. ML2/OVN integration with the Nova placement API to provide guaranteed minimum bandwidth for ports [8]_. +* IPv6 Prefix Delegation + + Currently ML2/OVN doesn't implement IPv6 prefix delegation. OVN logical + routers have this capability implemented in [9]_ and we have an open RFE to + fill this gap [10]_. + References ---------- @@ -84,3 +90,5 @@ References .. [6] https://docs.openstack.org/neutron/latest/admin/config-az.html .. [7] https://bugs.launchpad.net/neutron/+bug/1865889 .. [8] https://specs.openstack.org/openstack/neutron-specs/specs/rocky/minimum-bandwidth-allocation-placement-api.html +.. [9] https://patchwork.ozlabs.org/project/openvswitch/patch/6aec0fb280f610a2083fbb6c61e251b1d237b21f.1576840560.git.lorenzo.bianconi@redhat.com/ +.. [10] https://bugs.launchpad.net/neutron/+bug/1895972