diff mbox

[ovs-dev,branch-2.7] ovn: Mention distributed NAT in NEWS

Message ID 1486768048-2236-1-git-send-email-mickeys.dev@gmail.com
State Accepted
Delegated to: Russell Bryant
Headers show

Commit Message

Mickey Spiegel Feb. 10, 2017, 11:07 p.m. UTC
Signed-off-by: Mickey Spiegel <mickeys.dev@gmail.com>
---
 NEWS             | 10 ++++++++++
 debian/changelog | 10 ++++++++++
 2 files changed, 20 insertions(+)

Comments

Russell Bryant Feb. 16, 2017, 6:43 p.m. UTC | #1
On Fri, Feb 10, 2017 at 6:07 PM, Mickey Spiegel <mickeys.dev@gmail.com>
wrote:

> Signed-off-by: Mickey Spiegel <mickeys.dev@gmail.com>
> ---
>  NEWS             | 10 ++++++++++
>  debian/changelog | 10 ++++++++++
>  2 files changed, 20 insertions(+)
>

I applied this to master and branch-2.7.  Thanks!
diff mbox

Patch

diff --git a/NEWS b/NEWS
index 3006f77..89bb026 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,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.
diff --git a/debian/changelog b/debian/changelog
index 9ea5f95..5290d33 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,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.