forked from pool/openvswitch
Accepting request 127211 from home:onielsen:Virtualization
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
This commit is contained in:
parent
6290fc16ad
commit
99b46aeed4
10
_service
10
_service
@ -1,10 +0,0 @@
|
||||
<services>
|
||||
<service name="download_url">
|
||||
<param name="path">/releases/openvswitch-1.4.1.tar.gz</param>
|
||||
<param name="host">openvswitch.org</param>
|
||||
</service>
|
||||
<service name="recompress">
|
||||
<param name="file">_service:download_url:openvswitch-1.4.1.tar.gz</param>
|
||||
<param name="compression">bz2</param>
|
||||
</service>
|
||||
</services>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1e7d3000e15aa642d2aea231f23c692060c3b5fa018c92e1b5a4b6798d5656e
|
||||
size 1562864
|
3
openvswitch-1.6.1.tar.gz
Normal file
3
openvswitch-1.6.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b2451cc8ae5d800e474f2a7d627ef9ea7cebf7f632c7ea09b2976529a9f5b507
|
||||
size 2088054
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -29,13 +29,13 @@
|
||||
%bcond_with pyside
|
||||
|
||||
Name: openvswitch
|
||||
Version: 1.4.1
|
||||
Version: 1.6.1
|
||||
Release: 1
|
||||
License: Apache
|
||||
Summary: An open source, production quality, multilayer virtual switch
|
||||
Url: http://openswitch.org/
|
||||
Group: Productivity/Networking/System
|
||||
Source0: %name-%version.tar.bz2
|
||||
Source0: http://openvswitch.org/releases/openvswitch-1.6.1.tar.gz
|
||||
Source1: preamble
|
||||
|
||||
Source2: openvswitch-switch.init
|
||||
|
Loading…
Reference in New Issue
Block a user