]> git.proxmox.com Git - mirror_ovs.git/blame - ChangeLog
ovs-brcompatd: Properly fix race between device destruction and insertion.
[mirror_ovs.git] / ChangeLog
CommitLineData
b78f6b77
BP
1post v1.1.0
2------------------------
032aa6a3
BP
3 - The new "-s" option for "ovs-dpctl show" prints packet and byte
4 counters for each port.
9b1735a7
BP
5 - ovs-vsctl:
6 - New "show" command to print an overview of configuration.
045b2e5c
BP
7 - ovs-openflowd has been renamed test-openflowd and moved into the
8 tests directory. Its presence confused too many users. Please
9 use ovs-vswitchd instead.
b78f6b77
BP
10 - Feature removals:
11 - Dropped support for "tun_id_from_cookie" OpenFlow extension.
12 (Use the extensible match extensions instead.)
93b8df38
EJ
13 - Removed the Maintenance_Point and Monitor tables in an effort
14 to simplify 802.1ag configuration.
b78f6b77 15
d4da3acc
JP
16v1.1.0 - 05 Apr 2011
17------------------------
18 - Ability to define policies over IPv6
19 - LACP
20 - 802.1ag CCM
21 - Support for extensible match extensions to OpenFlow
22 - QoS:
23 - Support for HFSC qdisc.
24 - Queue used by in-band control can now be configured.
25 - Kernel:
26 - Kernel<->userspace interface has been reworked and should be
27 close to a stable ABI now.
28 - "Port group" concept has been dropped.
29 - GRE over IPSEC tunnels
30 - Bonding:
31 - New active backup bonding mode.
32 - New L4 hashing support when LACP is enabled.
33 - Source MAC hash now includes VLAN field also.
34 - miimon support.
35 - Greatly improved handling of large flow tables
36 - ovs-dpctl:
37 - "show" command now prints full vport configuration.
38 - "dump-groups" command removed since kernel support for
39 port groups was dropped.
40 - ovs-vsctl:
41 - New commands for working with the new Managers table.
42 - "list" command enhanced with new formatting options and --columns
43 option.
44 - "get" command now accepts new --id option.
45 - New "find" command.
46 - ovs-ofctl:
47 - New "queue-stats" command for printing queue stats.
48 - New commands "replace-flows" and "diff-flows".
49 - Commands to add and remove flows can now read from files.
50 - New --flow-format option to enable or disable NXM.
51 - New --more option to increase OpenFlow message verbosity.
52 - Removed "tun-cookie" command, which is no longer useful.
53 - ovs-controller enhancements for testing various features.
54 - New ovs-vlan-test command for testing for Linux kernel driver VLAN
55 bugs. New ovs-vlan-bug-workaround command for enabling and
56 disabling a workaround for these driver bugs.
57 - OpenFlow support:
58 - "Resubmit" actions now update flow statistics.
59 - New "register" extension for use in matching and actions, via NXM.
60 - New "multipath" experimental action extension.
61 - New support for matching multicast Ethernet frames, via NXM.
62 - New extension for OpenFlow vendor error codes.
63 - New extension to set the QoS output queue without actually
64 sending to an output port.
65 - Open vSwitch now reports a single flow table, instead of
66 separate hash and wildcard tables. This better models the
67 current implementation.
68 - New experimental "note" action.
69 - New "ofproto/trace" ovs-appctl command and associated utilities
70 to ease debugging complex flow tables.
71 - Database:
72 - Schema documentation now includes an entity-relationship diagram.
73 - The database is now garbage collected. In most tables,
74 unreferenced rows will be deleted automatically.
75 - Many tables now include statistics updated periodically by
76 ovs-vswitchd or ovsdb-server.
77 - Every table now has an "external-ids" column for use by OVS
78 integrators.
79 - There is no default controller anymore. Each bridge must have its
80 controller individually specified.
81 - The "fail-mode" is now a property of a Bridge instead of a Controller.
82 - New versioning and checksum features.
83 - New Managers table and manager_options column in Open_vSwitch table
84 for specifying managers. The old "managers" column in the
85 Open_vSwitch table has been removed.
86 - Many "name" columns are now immutable.
87 - Feature removals:
88 - Dropped support for XenServer pre-5.6.100.
89 - Dropped support for Linux pre-2.6.18.
90 - Dropped controller discovery support.
91 - Dropped "ovs-ofctl status" and the OpenFlow extension that it used.
92 Statistics reporting in the database is a rough equivalent.
93 - Dropped the "corekeeper" package (now separate, at
94 http://openvswitch.org/cgi-bin/gitweb.cgi?p=corekeeper).
95 - Performance and scalability improvements
96 - Bug fixes
97
d5905136
JP
98v1.1.0pre2 - 13 Sep 2010
99------------------------
100 - Bug fixes
101
fdf20378
JP
102v1.1.0pre1 - 31 Aug 2010
103------------------------
476d56f5
JP
104 - OpenFlow 1.0 slicing (QoS) functionality
105 - Python bindings for configuration database (no write support)
106 - Performance and scalability improvements
107 - Bug fixes
108
b9b0865a
JP
109v1.0.1 - 31 May 2010
110--------------------
111 - New "patch" interface type
112 - Bug fixes
113
7c284ac4
JP
114v1.0.0 - 15 May 2010
115--------------------
116 - Configuration database with remote management
117 - OpenFlow 1.0
118 - GRE tunneling
119 - Support for XenServer 5.5 and 5.6
120 - Performance and scalability improvements
121 - Bug fixes
122
2f0a1f42
JP
123v0.99.2 - 18 Feb 2010
124---------------------
125 - Bug fixes
126
b84a0589
JP
127v0.99.1 - 25 Jan 2010
128---------------------
129 - Add support for sFlow(R)
130 - Make headers compatible with C++
131 - Bug fixes
132
b7f22a6a
JP
133v0.99.0 - 14 Jan 2010
134---------------------
135 - User-space forwarding engine
136 - Bug fixes
a0bc29a5 137
6d735676
JP
138v0.90.7 - 29 Nov 2009
139---------------------
140 - Add support for NetFlow active timeouts
141 - Bug fixes
b7f22a6a 142
ef5925df
JP
143v0.90.6 - 6 Oct 2009
144--------------------
145 - Bug fixes
146
3c708eb8 147v0.90.5 - 21 Sep 2009
30ee1c4d
JP
148---------------------
149 - Generalize in-band control to more diverse network setups
150 - Bug fixes