Go to file
Dirk Mueller 8e025c5303 Accepting request 361282 from home:k_mroz:branches:network
- Don't install INSTALL.* files.

- Removed: openvswitch-switch.template

- New upstream version 2.4.0
  - Flow table modifications are now atomic, meaning that each packet
    now sees a coherent version of the OpenFlow pipeline.  For
    example, if a controller removes all flows with a single OpenFlow
    "flow_mod", no packet sees an intermediate version of the OpenFlow
    pipeline where only some of the flows have been deleted.
  - Added support for SFQ, FQ_CoDel and CoDel qdiscs.
  - Add bash command-line completion support for ovs-vsctl Please check
    utilities/ovs-command-compgen.INSTALL.md for how to use.
  - The MAC learning feature now includes per-port fairness to mitigate
    MAC flooding attacks.
  - New support for a "conjunctive match" OpenFlow extension, which
    allows constructing OpenFlow matches of the form "field1 in
    {a,b,c...} AND field2 in {d,e,f...}" and generalizations.  For details,
    see documentation for the "conjunction" action in ovs-ofctl(8).
  - Add bash command-line completion support for ovs-appctl/ovs-dpctl/
    ovs-ofctl/ovsdb-tool commands.  Please check
    utilities/ovs-command-compgen.INSTALL.md for how to use.
  - The "learn" action supports a new flag "delete_learned" that causes
    the learned flows to be deleted when the flow with the "learn" action
    is deleted.
  - Basic support for the Geneve tunneling protocol. It is not yet
    possible to generate or match options. This is planned for a future
    release. The protocol is documented at
    http://tools.ietf.org/html/draft-gross-geneve-00
  - The OVS database now reports controller rate limiting statistics.

OBS-URL: https://build.opensuse.org/request/show/361282
OBS-URL: https://build.opensuse.org/package/show/network/openvswitch?expand=0&rev=76
2016-02-26 15:24:36 +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-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-vtep.init remove link 2014-05-20 16:03:31 +00:00
openvswitch.changes Accepting request 361282 from home:k_mroz:branches:network 2016-02-26 15:24:36 +00:00
openvswitch.service remove link 2014-05-20 16:03:31 +00:00
openvswitch.spec Accepting request 361282 from home:k_mroz:branches:network 2016-02-26 15:24:36 +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