diff options
author | BIN HU <bin.hu@att.com> | 2018-10-08 20:45:56 -0700 |
---|---|---|
committer | BIN HU <bin.hu@att.com> | 2018-10-08 21:14:25 -0700 |
commit | 7c4f9ef829c14f9a766d438d091abaf853ba59d8 (patch) | |
tree | 9221db91b523bbaf29c863ec0467f75661d8fdbb /docs/release/userguide/index.rst | |
parent | f9ecb17a4dc7bfcd38f3ef7159bff913e21f9ebd (diff) |
Update of Container IPv6 Networking
Change-Id: Ib568dc5ba47d0be61dad3cdc0b38368785f4d329
Signed-off-by: BIN HU <bin.hu@att.com>
Diffstat (limited to 'docs/release/userguide/index.rst')
-rw-r--r-- | docs/release/userguide/index.rst | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/release/userguide/index.rst b/docs/release/userguide/index.rst index d6d7ffb..604574e 100644 --- a/docs/release/userguide/index.rst +++ b/docs/release/userguide/index.rst @@ -15,8 +15,10 @@ This section provides the users with: * Gap Analysis regarding IPv6 feature requirements with OpenStack Queens Official Release * Gap Analysis regarding IPv6 feature requirements with Open Daylight Oxygen - Official Release. + Official Release * IPv6 Setup in Container Networking +* Use of Neighbor Discovery (ND) Proxy to connect IPv6-only container to + external network The gap analysis serves as feature specific user guides and references when as a user you may leverage the IPv6 feature in the platform and need to perform @@ -24,7 +26,8 @@ some IPv6 related operations. The IPv6 Setup in Container Networking serves as feature specific user guides and references when as a user you may want to explore IPv6 in Docker container -environment. +environment. The use of NDP Proxying is also explored to connect IPv6-only +containers to external network. For more information, please find `Neutron's IPv6 document for Queens Release <http://docs.openstack.org/neutron/queens/admin/config-ipv6.html>`_. @@ -36,3 +39,4 @@ For more information, please find `Neutron's IPv6 document for Queens Release ./gap-os-queens.rst ./gap-odl-oxygen.rst ./ipv6-in-container-networking.rst + ./icmpv6-and-ndp-proxying-for-docker-containers.rst |