Do not free uninitialized packets.
[sliver-openvswitch.git] / NEWS
diff --git a/NEWS b/NEWS
index f654c4b..45b8239 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -38,6 +38,9 @@ Post-v2.0.0
      * OVS limits the OpenFlow port numbers it assigns to port 32767 and
        below, leaving port numbers above that range free for assignment
        by the controller.
+     * ovs-vswitchd now honors changes to the "ofport_request" column
+       in the Interface table by changing the port's OpenFlow port
+       number.
    - ovs-vswitchd.conf.db.5 man page will contain graphviz/dot
      diagram only if graphviz package was installed at the build time.
    - Support for Linux kernels up to 3.11
@@ -48,6 +51,9 @@ Post-v2.0.0
      incorrectly that ovs-controller was a necessary or desirable part
      of an Open vSwitch deployment.
    - Added vlog option to export to a UDP syslog sink.
+   - ovsdb-client:
+     * The "monitor" command can now monitor all tables in a database,
+       instead of being limited to a single table.
 
 
 v2.0.0 - 15 Oct 2013