X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=NEWS;h=a9cb1af9e064cd977dab3b6646824a2d53343bac;hb=2d57bfce57f2c71d1f396ad091e7c45ed2862f41;hp=fde19f00d4d040d38caeaa683a0e97969c48d907;hpb=80d5aefd65b9dd953d873f9995b949bc8b8d19d5;p=openvswitch diff --git a/NEWS b/NEWS index fde19f00..a9cb1af9 100644 --- a/NEWS +++ b/NEWS @@ -25,6 +25,9 @@ post-v1.5.0 table, with configurable policy for evicting flows upon overflow. See the Flow_Table table in ovs-vswitch.conf.db(5) for more information. + - New "enable-async-messages" column in the Controller table. If set to + false, OpenFlow connections to the controller will initially have all + asynchronous messages disabled, overriding normal OpenFlow behavior. - ofproto-provider interface: - "struct rule" has a new member "used" that ofproto implementations should maintain by updating with ofproto_rule_update_used().