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