summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorMickey Spiegel <mickeys.dev@gmail.com>2017-02-10 15:07:28 -0800
committerRussell Bryant <russell@ovn.org>2017-02-16 13:40:26 -0500
commit878b54d7838b206a707a9d00a8927f99a2800ab2 (patch)
treea04072ff18038c0a073612d78b57dd70aba9faed /debian/changelog
parent3d868ca7f4e862ea840227753edac992f867f24c (diff)
downloadopenvswitch-878b54d7838b206a707a9d00a8927f99a2800ab2.tar.gz
ovn: Mention distributed NAT in NEWS
Signed-off-by: Mickey Spiegel <mickeys.dev@gmail.com> Signed-off-by: Russell Bryant <russell@ovn.org>
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog10
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 835050c8e..19f954af4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.