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 <libosvar@redhat.com>
This commit is contained in:
Jakub Libosvar 2020-09-17 14:46:50 +02:00
parent c2d8de10e4
commit 0817c42799
1 changed files with 8 additions and 0 deletions

View File

@ -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