ovs-ofctl: New command "ofp-parse-pcap" to dump OpenFlow from PCAP files.
[cascardo/ovs.git] / NEWS
diff --git a/NEWS b/NEWS
index 3b69583..b279572 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -51,6 +51,13 @@ 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.
+   - The flow-eviction-threshold has been replaced by the flow-limit which is a
+     hard limit on the number of flows in the datapath.  It defaults to 200,000
+     flows.  OVS automatically adjusts this number depending on network
+     conditions.
 
 
 v2.0.0 - 15 Oct 2013