Add support for limiting the number of flows in an OpenFlow flow table.
[sliver-openvswitch.git] / NEWS
diff --git a/NEWS b/NEWS
index 01be3d4..96fee6d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,13 @@ post-v1.5.0
     - Logging to console and file will have UTC timestamp as a default for all
       the daemons. An example of the default format is 2012-01-27T16:35:17Z.
       ovs-appctl can be used to change the default format as before.
+    - New support for limiting the number of flows in an OpenFlow flow
+      table, with configurable policy for evicting flows upon
+      overflow.  See the Flow_Table table in ovs-vswitch.conf.db(5)
+      for more information.
+    - ofproto-provider interface:
+        - "struct rule" has a new member "used" that ofproto implementations
+          should maintain by updating with ofproto_rule_update_used().
 
 
 v1.5.0 - xx xxx xxxx
@@ -29,7 +36,7 @@ v1.5.0 - xx xxx xxxx
       directories as defaults.
 
 
-v1.4.0 - xx xxx xxxx
+v1.4.0 - 30 Jan 2012
 ------------------------
     - Compatible with Open vSwitch kernel module included in Linux 3.3.
     - New "VLAN splinters" feature to work around buggy device drivers