Add support for bitwise matching on TCP and UDP ports.
[sliver-openvswitch.git] / NEWS
diff --git a/NEWS b/NEWS
index 682d83b..8b39b82 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,9 @@ post-v1.5.0
           documented in vswitchd/INTERNALS).
         - Load balancing can be disabled by setting the bond-rebalance-interval
           to zero.
+    - OpenFlow:
+        - Added support for bitwise matching on TCP and UDP ports.
+          See ovs-ofctl(8) for more information.
     - 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.