- 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
This commit is contained in:
Dirk Mueller 2014-09-22 07:19:43 +00:00 committed by Git OBS Bridge
parent eea0bd7b75
commit 0ddb2ebfd2
4 changed files with 52 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:875429b052c4001815b6cb38616c7a6cb212df4bba74602164ee0a99b172079b
size 3076498

3
openvswitch-2.1.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:43a2562fe5e8e48e997bfdb04691ffaaaefe73069b5699654538bf2f16ebfb1a
size 3080126

View File

@ -1,3 +1,51 @@
-------------------------------------------------------------------
Mon Sep 22 07:11:35 UTC 2014 - dmueller@suse.com
- 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
bridge: Initialize dscp for mgmt connections.
datapath: Fix build from stats backport.
openvswitch: fix a possible deadlock and lockdep warning
AUTHORS: Fix spelling of Anoob Soman's name.
ofproto-dpif-xlate: Fix null pointer dereference
ovs-ctl: Don't decrease max open fds if already set higher
Makefiles: Fix invocation of dot2pic when builddir != srcdir.
dot2pic: Stop assuming the path of the interpreter
dot2pic: Use "> $@; mv $@.tmp $@" notation to make this reliably fail
tunnel: Fix bug where misconfiguration persists.
netdev: Safely increment refcount in netdev_open().
datapath: Fix feature check for HAVE_RXHASH.
datapath: clear l4_rxhash in skb_clear_hash.
ofproto-dpif-xlate: Fix in_port=controller case for NORMAL action
-------------------------------------------------------------------
Fri May 2 03:38:11 UTC 2014 - e.istomin@edss.ee

View File

@ -27,7 +27,7 @@
%bcond_with gui
Name: openvswitch
Version: 2.1.2
Version: 2.1.3
Release: 0.<RELEASE13>
Summary: An open source, production quality, multilayer virtual switch
License: Apache-2.0