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