X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=NEWS;h=515a2362ecc3c0c692c01c3ad89987e7393df41e;hb=615309cfb6992867251d01f1c34955568b3950ea;hp=f654c4b0bed4605b8ff431654d3ef3bca3e7faca;hpb=13751fd88c4b7464f9453c03659201c10b3b87a0;p=sliver-openvswitch.git diff --git a/NEWS b/NEWS index f654c4b0b..515a2362e 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ -Post-v2.0.0 +Post-v2.1.0 --------------------- + +v2.1.0 - xx xxx xxxx +--------------------- - Address prefix tracking support for flow tables. New columns "prefixes" in OVS-DB table "Flow_Table" controls which packet header fields are used for address prefix tracking. Prefix @@ -38,16 +41,28 @@ Post-v2.0.0 * OVS limits the OpenFlow port numbers it assigns to port 32767 and below, leaving port numbers above that range free for assignment by the controller. + * ovs-vswitchd now honors changes to the "ofport_request" column + in the Interface table by changing the port's OpenFlow port + number. - ovs-vswitchd.conf.db.5 man page will contain graphviz/dot diagram only if graphviz package was installed at the build time. - Support for Linux kernels up to 3.11 - ovs-dpctl: The "show" command also displays mega flow mask stats. + - ovs-ofctl: + * New command "ofp-parse-pcap" to dump OpenFlow from PCAP files. - ovs-controller has been renamed test-controller. It is no longer packaged or installed by default, because too many users assumed 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