Add support for bitwise matching on TCP and UDP ports.
[openvswitch] / NEWS
diff --git a/NEWS b/NEWS
index 682d83bd12cb2779fda1eafe7d0d3764cfb42c1c..8b39b82ed738f54d0946785c650fd84f3c2ff72b 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.