SHA256
1
0
forked from pool/openvswitch
Go to file
Dirk Mueller 0ddb2ebfd2 - update to 2.1.3:
datapath: Drop packets when interdev is not up
  Fix two memory leaks.
  tests: Remove extraneous parenthesis from test name.
  build: Allow building with autoconf 2.63
  ovsdb: Don't add ovsdb-server.c to libovsdb.
  stp: Make stp-disabled port forward stp bpdu packets.
  dpif-linux: Fix bad backport in previous commit.
  dpif-linux: Avoid null dereference if all ports disappear.
  ofp-msgs: Correct code for queue configuration messages in OpenFlow 1.0.
  ofp-util: Fix null pointer dereference in ofputil_pull_buckets().
  tests: Disable glibc memory checking under glibc <= 2.11.
  datapath/flow_netlink: Fix NDP flow mask validation
  datapath: Change u64_stats_* to use _irq instead of _bh().
  datapath: Use exact lookup for flow_get and flow_del.
  json: Fix parsing of strings that end with a backslash.
  dpif: When executing actions needs help, use "set" action to set tunnel.
  datapath: Rehash 16-bit skbuff hashes into 32 bits.
  upcall: Configure datapath max-idle through ovs-vsctl.
  upcall: Add appctl call to set flow_limit.
  stream-ssl: Enable TLSv1.1 and TLSv1.2.
  lib/classifier: Fix use of uninitialized memory.
  lib/classifier: Clarify trie_lookup_value().
  ovs-lib: allow non-root users to check service status
  rhel: Add Patch Port support to initscripts
  rhel: support persistent mac addresses on OVS bridges
  netflow: Fold netflow_expire() into netflow_flow_clear().
  ofproto: Fix memory leak in ofproto_destroy().
  ofproto: Send monitor updates if a flow mod changes a rules actions
  lib/match: Add mask bits for nd_target for ICMPv6

OBS-URL: https://build.opensuse.org/package/show/network/openvswitch?expand=0&rev=64
2014-09-22 07:19:43 +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
datapath-Add-support-for-Linux-3.12.patch remove link 2014-05-20 16:03:31 +00:00
log-check-module-loop.patch remove link 2014-05-20 16:03:31 +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.1.3.tar.gz - update to 2.1.3: 2014-09-22 07:19:43 +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-switch.template Accepting request 107677 from home:dmacvicar:branches:network 2012-03-14 10:03:21 +00:00
openvswitch-vtep.init remove link 2014-05-20 16:03:31 +00:00
openvswitch.changes - update to 2.1.3: 2014-09-22 07:19:43 +00:00
openvswitch.service remove link 2014-05-20 16:03:31 +00:00
openvswitch.spec - update to 2.1.3: 2014-09-22 07:19:43 +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
sle11-device-ops-backport.diff remove link 2014-05-20 16:03:31 +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