forked from pool/openvswitch
Marcus Meissner
99b46aeed4
Fixed as instructed in OBS request 127153 New upstream version 1.6.1 * Added support for bitwise matching on TCP and UDP ports. * Support for limiting the number of flows in an OpenFlow flow table, with configurable policy for evicting flows upon overflow. * Added an OpenFlow extension that allows controllers more precise control over which messages they receive asynchronously. * CFM module CCM broadcasts can now be tagged with an 802.1p priority. * Load balancing for bonds can be disabled. New in upstream version 1.5.0 * OpenFlow: - Added support for querying, modifying, and deleting flows based on flow cookie when using NXM. - Added new NXM_PACKET_IN format. * ovs-ofctl: - Added daemonization support to the monitor and snoop commands. * ovs-vsctl: - The "find" command supports new set relational operators {=}, {!=}, {<}, {>}, {<=}, and {>=}. * ovsdb-tool now uses the typical database and schema installation directories as defaults OBS-URL: https://build.opensuse.org/request/show/127211 OBS-URL: https://build.opensuse.org/package/show/network/openvswitch?expand=0&rev=11
120 lines
4.5 KiB
Plaintext
120 lines
4.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Jun 26 15:09:02 UTC 2012 - on@morlock.nu
|
|
|
|
- New upstream version 1.6.1
|
|
* Added support for bitwise matching on TCP and UDP ports.
|
|
* Support for limiting the number of flows in an OpenFlow flow
|
|
table, with configurable policy for evicting flows upon
|
|
overflow.
|
|
* Added an OpenFlow extension that allows controllers more precise
|
|
control over which messages they receive asynchronously.
|
|
* CFM module CCM broadcasts can now be tagged with an 802.1p priority.
|
|
* Load balancing for bonds can be disabled.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 6 15:04:45 UTC 2012 - on@morlock.nu
|
|
|
|
- New upstream version 1.5.0
|
|
* OpenFlow:
|
|
- Added support for querying, modifying, and deleting flows
|
|
based on flow cookie when using NXM.
|
|
- Added new NXM_PACKET_IN format.
|
|
* ovs-ofctl:
|
|
- Added daemonization support to the monitor and snoop commands.
|
|
* ovs-vsctl:
|
|
- The "find" command supports new set relational operators
|
|
{=}, {!=}, {<}, {>}, {<=}, and {>=}.
|
|
* ovsdb-tool now uses the typical database and schema installation
|
|
directories as defaults.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 10 22:32:34 UTC 2012 - on@morlock.nu
|
|
|
|
- New upstream version 1.4.1
|
|
* The default MAC learning timeout has been increased from 60 seconds
|
|
to 300 seconds. The MAC learning timeout is now configurable.
|
|
* Bug fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 5 10:08:32 UTC 2012 - on@morlock.nu
|
|
|
|
- Build KMP packages from kernel-source on openSuSE > 12.1.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 13 12:16:43 UTC 2012 - mvidner@suse.com
|
|
|
|
- Specify defattr for pki subpackage to fix 11.4 build.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 1 13:35:52 UTC 2012 - dmacvicar@suse.de
|
|
|
|
- Rewrite the package based on the debian version instead
|
|
* current package was tied to xenserver config without
|
|
even requiring it
|
|
* instead of one big package depending even on qt4, there
|
|
are -switch, -controller, -test subpackages now
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 20 23:39:50 UTC 2012 - on@morlock.nu
|
|
|
|
- New upstream version 1.4.0
|
|
* Compatible with Open vSwitch kernel module included in Linux 3.3.
|
|
* Don't require the "normal" action to use mirrors.
|
|
* New "VLAN splinters" feature to work around buggy device driver in old Linux versions.
|
|
* Added ability to match ECN and TTL in IPv4 and IPv6 headers.
|
|
* Added ability to match IPv6 flow label.
|
|
* Added ability to modify ECN bits and TTL in IPv4 headers.
|
|
* And many others. See the full change log here:
|
|
http://openvswitch.org/releases/NEWS-1.4.0
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 2 09:11:21 UTC 2011 - andrea@opensuse.org
|
|
|
|
- new uopstream version 1.2.1
|
|
* The release only contains bug fixes for the 1.2.0 release
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 8 17:47:58 UTC 2011 - andrea@opensuse.org
|
|
|
|
- new upstream version 1.2.0
|
|
* New abstraction layer to make better use of switching ASICs
|
|
* Packaging for Red Hat (RHEL) 5.6 and 6.0
|
|
* Datapath support for Linux kernels up to 3.0
|
|
* And many others. See the full change log here:
|
|
http://openvswitch.org/releases/ChangeLog-1.2.0
|
|
- rebased openvswitch-1.1.0-suse.patch as
|
|
openvswitch-1.2.0-suse.patch to apply to the files
|
|
-------------------------------------------------------------------
|
|
Thu Jun 23 06:49:16 UTC 2011 - andrea@opensuse.org
|
|
|
|
- new upstream version 1.1.1
|
|
* bug fix release
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 18 10:09:45 UTC 2011 - andrea@opensuse.org
|
|
|
|
- re-enabled kmp package since openvswitch_mod.ko and
|
|
brcompat_mod.ko are not available on suse kernel rpms
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 17 12:04:05 UTC 2011 - andrea@opensuse.org
|
|
|
|
- new upstream version 1.1.0 (stable)
|
|
- spec file clean up
|
|
- added as dependency all python modules to enable additional
|
|
functionalities
|
|
- rebase patches
|
|
- build pyside support only if pyside is available
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 31 15:26:59 UTC 2010 - pmullaney@novell.com
|
|
|
|
- updates for build issues
|
|
- fixes for libvirt integration
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 11 19:57:28 UTC 2010 - pmullaney@novell.com
|
|
|
|
- initial version 1.1
|
|
|