Go to file
Marcus Rueckert 38d1b0332c Accepting request 368475 from home:k_mroz:branches:network
- Add additional install requirements for python-openvswitch-test
  package.

- Add support for building both 2.4.0 and 2.5.0 from the same spec
  file. Needed to fix SLE11 builds as OVS-2.5.0 no longer supports
  python < 2.7. SLE11 SP3 and SP4 use python 2.6.
- Added: openvswitch-2.4.0.tar.gz

- New upstream version 2.5.0 (LTS)
  - Dropped support for Python older than version 2.7.  As a consequence,
    using Open vSwitch 2.5 or later on XenServer 6.5 or earlier (which
    have Python 2.4) requires first installing Python 2.7.
  - OpenFlow:
    * Group chaining (where one OpenFlow group triggers another) is
      now supported.
    * OpenFlow 1.4+ "importance" is now considered for flow eviction.
    * OpenFlow 1.4+ OFPTC_EVICTION is now implemented.
    * OpenFlow 1.4+ OFPTC_VACANCY_EVENTS is now implemented.
    * OpenFlow 1.4+ OFPMP_TABLE_DESC is now implemented.
    * Allow modifying the ICMPv4/ICMPv6 type and code fields.
    * OpenFlow 1.4+ OFPT_SET_ASYNC_CONFIG and OFPT_GET_ASYNC_CONFIG are
      now implemented.
  - ovs-ofctl:
    * New "out_group" keyword for OpenFlow 1.1+ matching on output group.
  - Tunnels:
    * Geneve tunnels can now match and set options and the OAM bit.
    * The nonstandard GRE64 tunnel extension has been dropped.
  - Support Multicast Listener Discovery (MLDv1 and MLDv2).
  - Add 'symmetric_l3l4' and 'symmetric_l3l4+udp' hash functions.
  - sFlow agent now reports tunnel and MPLS structures.

OBS-URL: https://build.opensuse.org/request/show/368475
OBS-URL: https://build.opensuse.org/package/show/network/openvswitch?expand=0&rev=79
2016-03-09 17:19:55 +00:00
.gitattributes Accepting request 55634 from home:pmullaney:openvswitch 2010-12-11 16:10:38 +00:00
.gitignore Accepting request 55634 from home:pmullaney:openvswitch 2010-12-11 16:10:38 +00:00
log-check-module-loop.patch Accepting request 361282 from home:k_mroz:branches:network 2016-02-26 15:24:36 +00:00
Module.supported Accepting request 113572 from home:onielsen:branches:network 2012-05-03 07:51:43 +00:00
Module.supported.updates remove link 2014-05-20 16:03:31 +00:00
openvswitch-2.4.0.tar.gz Accepting request 361282 from home:k_mroz:branches:network 2016-02-26 15:24:36 +00:00
openvswitch-2.5.0.tar.gz Accepting request 368475 from home:k_mroz:branches:network 2016-03-09 17:19:55 +00:00
openvswitch-ipsec.init Accepting request 107677 from home:dmacvicar:branches:network 2012-03-14 10:03:21 +00:00
openvswitch-switch.init remove link 2014-05-20 16:03:31 +00:00
openvswitch-switch.logrotate remove link 2014-05-20 16:03:31 +00:00
openvswitch-testcontroller.init Accepting request 368475 from home:k_mroz:branches:network 2016-03-09 17:19:55 +00:00
openvswitch-vtep.init remove link 2014-05-20 16:03:31 +00:00
openvswitch.changes Accepting request 368475 from home:k_mroz:branches:network 2016-03-09 17:19:55 +00:00
openvswitch.service Accepting request 363332 from home:k_mroz:branches:network 2016-03-02 20:15:13 +00:00
openvswitch.spec Accepting request 368475 from home:k_mroz:branches:network 2016-03-09 17:19:55 +00:00
ovn-controller-vtep.service Accepting request 368475 from home:k_mroz:branches:network 2016-03-09 17:19:55 +00:00
ovn-controller.service Accepting request 368475 from home:k_mroz:branches:network 2016-03-09 17:19:55 +00:00
ovn-northd.service Accepting request 368475 from home:k_mroz:branches:network 2016-03-09 17:19:55 +00:00
preamble Accepting request 106537 from home:onielsen:branches:network 2012-02-25 12:59:37 +00:00
README.packager Accepting request 107677 from home:dmacvicar:branches:network 2012-03-14 10:03:21 +00:00

This package is based on the Debian openvswitch package as the
original openvswitch package in the build service was next to useless
due of being based on the xenserver/ directory of the sources, which
tied the package completely to xen.

Also, the original package was one big package depending even on Qt4.
This package splits in varius subpackages.

The xen part was removed. If it needs to be added again, it needs to
be its subpackage.

TODO:

- [DONE] sysconfig is bogus, as the init scripts do not source it yet (uses debian defaults file)
- pki component does not have the postun postin scripts yet