Don't try to use the IP addresses from ARP packets when matching.
[sliver-openvswitch.git] / ChangeLog
1 v0.8.1 - 14 May 2008
2 --------------------
3     - No longer set nwsrc/nwdst fields in flow structs on ARP packets
4     - Various bug fixes and tweaks
5
6 v0.8.0 - 04 May 2008
7 --------------------
8     - Added support for flow entry priorities
9     - Added support for all stats messages
10     - Added support for OFPP_TABLE virtual port
11     - Removed MAC tables
12     - Various bug fixes and tweaks
13
14 v0.2.1 - 28 Mar 2008
15 --------------------
16     - Fixed build problem when SSL enabled
17
18 v0.2.0 - 28 Mar 2008
19 --------------------
20     - Added userspace switch reference implementation
21
22 v0.1.9 - 19 Mar 2008
23 --------------------
24     - Added SSL/TLS support
25     - Various bug fixes and tweaks
26
27 v0.1.8 - 03 Mar 2008
28 --------------------
29     - Added support for cross-compilation
30     - Various bug fixes and tweaks
31
32 v0.1.7 - 07 Feb 2008
33 --------------------
34     - Allow permanent flow entries to be set
35     - Added patch for tcpdump that allows parsing of OpenFlow messages
36     - Various bug fixes and tweaks
37
38 v0.1.6 - 05 Feb 2008
39 --------------------
40     - Added support for Linux 2.6.24
41     - Set nwsrc/nwdst fields in flow structs on ARP packets
42     - Various bug fixes and tweaks
43
44 v0.1.5 - 17 Jan 2008
45 --------------------
46     - Added support for Linux 2.4.20
47     - Added support for GCC 2.95
48
49 v0.1.4 - 15 Jan 2008
50 --------------------
51     - Decode and print port_status messages
52     - Fixed build problems on big-endian systems
53     - Fixed compatibility for older 2.6 kernels
54     - Various bug fixes and tweaks
55
56 v0.1.3 - 08 Jan 2008
57 --------------------
58     - Added support for flow expiration messages
59     - Decode and print all datapath-generated messages in dpctl's "monitor" 
60     - Added "--noflow" option to controller
61     - Various bug fixes and tweaks
62
63 v0.1.2 - 07 Jan 2008
64 --------------------
65     - Fixed distribution to include ofp_pcap.h
66     - Removed autoconf C++ checks
67
68 v0.1.1 - 18 Dec 2007
69 --------------------
70     - Fixed support for Linux 2.4.35 and 2.6.22
71     - Added support for Linux 2.6.15
72     - Added "vlogconf" utility to modify logging configuration
73     - Added better support for SNAP headers
74     - Improved printing of flow information in dpctl
75     - Made kernel code consistently use tabs instead of spaces
76     - Removed libpcap requirement for building
77     - Various bug fixes and tweaks
78
79 v0.1.0 - 30 Nov 2007
80 --------------------
81     - Initial release