]> git.proxmox.com Git - mirror_ovs.git/commitdiff
ovn: Mention distributed NAT in NEWS
authorMickey Spiegel <mickeys.dev@gmail.com>
Fri, 10 Feb 2017 23:07:28 +0000 (15:07 -0800)
committerRussell Bryant <russell@ovn.org>
Thu, 16 Feb 2017 18:40:26 +0000 (13:40 -0500)
Signed-off-by: Mickey Spiegel <mickeys.dev@gmail.com>
Signed-off-by: Russell Bryant <russell@ovn.org>
NEWS
debian/changelog

diff --git a/NEWS b/NEWS
index aebd99cb2fa2808ac0be5399cc91c52d32b8811a..68f049facc976800dee26fe72db4cc3eab67f45b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,16 @@ v2.7.0 - xx xxx xxxx
        information regarding remote connection configuration.
      * New appctl "inject-pkt" command in ovn-controller that allows
        packets to be injected into the connected OVS instance.
+     * Distributed logical routers may now be connected directly to
+       logical switches with localnet ports, by specifying a
+       "redirect-chassis" on the distributed gateway port of the
+       logical router.  NAT rules may be specified directly on the
+       distributed logical router, and are handled either centrally on
+       the "redirect-chassis", or in many cases are handled locally on
+       the hypervisor where the corresponding logical port resides.
+       Gratuitous ARP for NAT addresses on a distributed logical
+       router is not yet supported, but will be added in a future
+       version.
    - Fixed regression in table stats maintenance introduced in OVS
      2.3.0, wherein the number of OpenFlow table hits and misses was
      not accurate.
index 835050c8e507a229107b4454888d2daab9f3cb4c..19f954af4d98f9d0fb835e79578955036a8e4e23 100644 (file)
@@ -28,6 +28,16 @@ openvswitch (2.7.0-1) unstable; urgency=low
        information regarding remote connection configuration.
      * New appctl "inject-pkt" command in ovn-controller that allows
        packets to be injected into the connected OVS instance.
+     * Distributed logical routers may now be connected directly to
+       logical switches with localnet ports, by specifying a
+       "redirect-chassis" on the distributed gateway port of the
+       logical router.  NAT rules may be specified directly on the
+       distributed logical router, and are handled either centrally on
+       the "redirect-chassis", or in many cases are handled locally on
+       the hypervisor where the corresponding logical port resides.
+       Gratuitous ARP for NAT addresses on a distributed logical
+       router is not yet supported, but will be added in a future
+       version.
    - Fixed regression in table stats maintenance introduced in OVS
      2.3.0, wherein the number of OpenFlow table hits and misses was
      not accurate.