Accepting request 438539 from home:markoschandras:network

- Version bump to 2.6.1. Some of the changes are:
  * ovn: Do not reply to ARP or ND NS for a VM's own IP address.
  * ovs-ofctl: Tolerate differences in IPv6 formatting.
  * netdev-linux: double tagged packets should use 0x88a8
  * expr: Fix abort when simplifying "x != 0/0".
  * dpif-netdev: Fix crash in dpif_netdev_execute().
  * ovn-controller: Container can have connection to a hosting VM.
  * stream-ssl: Fix memory leak on error path.
  * Other bug fixes.

OBS-URL: https://build.opensuse.org/request/show/438539
OBS-URL: https://build.opensuse.org/package/show/network/openvswitch?expand=0&rev=106
This commit is contained in:
Markos Chandras 2016-11-04 10:42:52 +00:00 committed by Git OBS Bridge
parent db271ea782
commit 49720f8459
6 changed files with 31 additions and 5 deletions

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:307b20aba6a179bf13e5da9ac242933c31349073762473a9d4782619c8c1cf0c
size 5399107

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Nov 3 10:48:32 UTC 2016 - mchandras@suse.de
- Version bump to 2.6.1. Some of the changes are:
* ovn: Do not reply to ARP or ND NS for a VM's own IP address.
* ovs-ofctl: Tolerate differences in IPv6 formatting.
* netdev-linux: double tagged packets should use 0x88a8
* expr: Fix abort when simplifying "x != 0/0".
* dpif-netdev: Fix crash in dpif_netdev_execute().
* ovn-controller: Container can have connection to a hosting VM.
* stream-ssl: Fix memory leak on error path.
* Other bug fixes.
-------------------------------------------------------------------
Mon Oct 3 08:26:10 UTC 2016 - mchandras@suse.de

View File

@ -28,7 +28,7 @@
# Do NOT edit this auto generated file! Edit openvswitch.spec instead
# and run 'pre_checkin.sh' before committing
Name: openvswitch-dpdk
Version: 2.6.0
Version: 2.6.1
Release: 0
Summary: An open source, production quality, multilayer virtual switch (DPDK)
# All code is Apache-2.0 except

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Nov 3 10:48:32 UTC 2016 - mchandras@suse.de
- Version bump to 2.6.1. Some of the changes are:
* ovn: Do not reply to ARP or ND NS for a VM's own IP address.
* ovs-ofctl: Tolerate differences in IPv6 formatting.
* netdev-linux: double tagged packets should use 0x88a8
* expr: Fix abort when simplifying "x != 0/0".
* dpif-netdev: Fix crash in dpif_netdev_execute().
* ovn-controller: Container can have connection to a hosting VM.
* stream-ssl: Fix memory leak on error path.
* Other bug fixes.
-------------------------------------------------------------------
Mon Oct 3 08:26:10 UTC 2016 - mchandras@suse.de

View File

@ -26,7 +26,7 @@
# but keep it here as an option
%bcond_with check
Name: openvswitch
Version: 2.6.0
Version: 2.6.1
Release: 0
Summary: An open source, production quality, multilayer virtual switch
# All code is Apache-2.0 except