forked from pool/openvswitch
Accepting request 530019 from home:markoschandras:network
- Version bump to 2.8.1. Some of the changes are: * connmgr: Fix violation of flow monitoring protocol description. * ovn/actions: Improve OVN load-balancing performance. * dpif-netdev: Fix a zero-rate bug for meter * conntrack: Tighten handling of alg reverse conns. * conntrack: Add function ct_print_conn_info(). * conntrack: Create nat_conn_keys_insert(). * netdev-dpdk: reset packet_type for reused dp_packets. * ofp-util: Fix memory leaks when parsing OF1.5 group properties. * ofp-util: Fix memory leaks on error cases in ofputil_decode_group_mod(). * ofp-util: Fix buffer overread in ofputil_decode_bundle_add(). * ofproto: Include patch ports in mtu overriden check * netdev-tc-offloads: Fix vxlan tunnel offloading * bridge: Fix controller status update to passive connections * lib/odp: Fix handling of set masked action in parse_odp_action * tests: Fix sparse error on test-ovn.c * dpif-netdev: Fix per packet cycles statistics. * netdev-dpdk: update vhost user client port status. * ovsdb-server.1: Fix mention of wrong option. OBS-URL: https://build.opensuse.org/request/show/530019 OBS-URL: https://build.opensuse.org/package/show/network/openvswitch?expand=0&rev=126
This commit is contained in:
parent
5d00e9df71
commit
50945d8e7f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc11c30db51b234a7aa0cb60dbd417b7e6f1b97f74e9cb8705d53fc89a749113
|
||||
size 6746217
|
3
openvswitch-2.8.1.tar.gz
Normal file
3
openvswitch-2.8.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8d1c439e26d7044f0ec823c7fef1b00b7c6465da0b83a7d0cf3191ed1dc43893
|
||||
size 6746474
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 29 19:46:56 UTC 2017 - mchandras@suse.de
|
||||
|
||||
- Version bump to 2.8.1. Some of the changes are:
|
||||
* connmgr: Fix violation of flow monitoring protocol description.
|
||||
* ovn/actions: Improve OVN load-balancing performance.
|
||||
* dpif-netdev: Fix a zero-rate bug for meter
|
||||
* conntrack: Tighten handling of alg reverse conns.
|
||||
* conntrack: Add function ct_print_conn_info().
|
||||
* conntrack: Create nat_conn_keys_insert().
|
||||
* netdev-dpdk: reset packet_type for reused dp_packets.
|
||||
* ofp-util: Fix memory leaks when parsing OF1.5 group properties.
|
||||
* ofp-util: Fix memory leaks on error cases in ofputil_decode_group_mod().
|
||||
* ofp-util: Fix buffer overread in ofputil_decode_bundle_add().
|
||||
* ofproto: Include patch ports in mtu overriden check
|
||||
* netdev-tc-offloads: Fix vxlan tunnel offloading
|
||||
* bridge: Fix controller status update to passive connections
|
||||
* lib/odp: Fix handling of set masked action in parse_odp_action
|
||||
* tests: Fix sparse error on test-ovn.c
|
||||
* dpif-netdev: Fix per packet cycles statistics.
|
||||
* netdev-dpdk: update vhost user client port status.
|
||||
* ovsdb-server.1: Fix mention of wrong option.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 4 07:22:47 UTC 2017 - mchandras@suse.de
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
# Disable building the external kernel datapath by default
|
||||
%bcond_with kmp
|
||||
Name: openvswitch
|
||||
Version: 2.8.0
|
||||
Version: 2.8.1
|
||||
Release: 0
|
||||
Summary: A multilayer virtual network switch
|
||||
# All code is Apache-2.0 except
|
||||
|
Loading…
Reference in New Issue
Block a user