forked from pool/openvswitch
Accepting request 643691 from home:markoschandras:network
- Version bump to 2.10.1. Some of the changes are: * dpif-netdev.at: Add missing backslash. * ofproto-dpif-xlate: Avoid deadlock on multicast snooping recursion. * dpif-netdev-perf: Print SMC statistics. * dpif-netdev-unixctl: Change 'masked' to 'megaflow'. * ovn-controller: Support processing DHCPv6 information request message type * ovn-ctl: Fix the wrong pidfile argument passed to ovsdb-servers * ovndb-servers.ocf: Add ssl support for managing OVN DB resources with pacemaker using LB VIP. * ovn-ctl: Allow passing ssl certs when starting OVN DBs in ssl mode. * expr: Disallow < <= >= > comparisons against empty value set. * expr: Set a limit on the depth of nested parentheses * ovn: Fix IPv6 DAD failure for container ports * dpif-netdev: Add vlan to mask for flow_put operation. * ovs-save: Parse geneve tlv map correctly. * extend-table: Fix a bug that iterates wrong table * odp-util: Fix a use-after-free bug. * ofp-packet: Fix NXT_RESUME with geneve tunnel metadata * dpif-netlink: Fix null pointer. * ofproto-dpif-xlate.c: Fix uninitialized variable warning. * dpif: Remove support for multiple queues per port. * dpif-netlink: don't allocate per thread netlink sockets * ovsdb-types: Refactor structs so as to comply with C++ standard * bfd: Make the tp_dst masking megaflow-friendly. * ovsdb-data: Improve grammar in error message. * condition: Reject <, <=, >=, > with optional scalar against empty set. * condition: Fix ==, !=, includes, excludes on optional scalars. * netdev: Properly clear 'details' when iterating in NETDEV_QOS_FOR_EACH. * lex: Fix buffer overrun parsing overlong hexadecimal constants. * sflow: Set agent address properly based on collector address. * ovsdb-client: Fix a bug that uses wrong index OBS-URL: https://build.opensuse.org/request/show/643691 OBS-URL: https://build.opensuse.org/package/show/network/openvswitch?expand=0&rev=163
This commit is contained in:
parent
ce37cd1963
commit
6379c55336
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:64f7cdcfffc73b2e09980d04ee22731eadd6453698b92d7397c9e45c7c174050
|
|
||||||
size 7528705
|
|
3
openvswitch-2.10.1.tar.gz
Normal file
3
openvswitch-2.10.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4f93c764295952848a924271250d7c6a6a53747d0019ef6ff880aa8ea6897c80
|
||||||
|
size 7522058
|
@ -1,3 +1,75 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 22 09:38:00 UTC 2018 - Markos Chandras <mchandras@suse.de>
|
||||||
|
|
||||||
|
- Version bump to 2.10.1. Some of the changes are:
|
||||||
|
* dpif-netdev.at: Add missing backslash.
|
||||||
|
* ofproto-dpif-xlate: Avoid deadlock on multicast snooping recursion.
|
||||||
|
* dpif-netdev-perf: Print SMC statistics.
|
||||||
|
* dpif-netdev-unixctl: Change 'masked' to 'megaflow'.
|
||||||
|
* ovn-controller: Support processing DHCPv6 information request message type
|
||||||
|
* ovn-ctl: Fix the wrong pidfile argument passed to ovsdb-servers
|
||||||
|
* ovndb-servers.ocf: Add ssl support for managing OVN DB resources with pacemaker using LB VIP.
|
||||||
|
* ovn-ctl: Allow passing ssl certs when starting OVN DBs in ssl mode.
|
||||||
|
* expr: Disallow < <= >= > comparisons against empty value set.
|
||||||
|
* expr: Set a limit on the depth of nested parentheses
|
||||||
|
* ovn: Fix IPv6 DAD failure for container ports
|
||||||
|
* dpif-netdev: Add vlan to mask for flow_put operation.
|
||||||
|
* ovs-save: Parse geneve tlv map correctly.
|
||||||
|
* extend-table: Fix a bug that iterates wrong table
|
||||||
|
* odp-util: Fix a use-after-free bug.
|
||||||
|
* ofp-packet: Fix NXT_RESUME with geneve tunnel metadata
|
||||||
|
* dpif-netlink: Fix null pointer.
|
||||||
|
* ofproto-dpif-xlate.c: Fix uninitialized variable warning.
|
||||||
|
* dpif: Remove support for multiple queues per port.
|
||||||
|
* dpif-netlink: don't allocate per thread netlink sockets
|
||||||
|
* ovsdb-types: Refactor structs so as to comply with C++ standard
|
||||||
|
* bfd: Make the tp_dst masking megaflow-friendly.
|
||||||
|
* ovsdb-data: Improve grammar in error message.
|
||||||
|
* condition: Reject <, <=, >=, > with optional scalar against empty set.
|
||||||
|
* condition: Fix ==, !=, includes, excludes on optional scalars.
|
||||||
|
* netdev: Properly clear 'details' when iterating in NETDEV_QOS_FOR_EACH.
|
||||||
|
* lex: Fix buffer overrun parsing overlong hexadecimal constants.
|
||||||
|
* sflow: Set agent address properly based on collector address.
|
||||||
|
* ovsdb-client: Fix a bug that uses wrong index
|
||||||
|
* ofproto: Fix build with some GCC versions.
|
||||||
|
* ofproto-dpif-xlate: Fix conntrack fields on NXT_RESUME
|
||||||
|
* ofproto: Handle OpenFlow version mismatch for requestforward with groups.
|
||||||
|
* ovs-save: save and restore groups on restart
|
||||||
|
* sparse: check if floatn-common.h is available.
|
||||||
|
* flow: Fix uninitialized flow fields in IPv6 error case.
|
||||||
|
* ofproto-dpif: Fix NXT_RESUME flow stats
|
||||||
|
* ovn: Add the documentation for the DHCP opt 'wpad' in proper section
|
||||||
|
* meta-flow: Make "nw_frag" a synonym for "ip_frag".
|
||||||
|
* gre: Rename fallback devices to avoid udev's interference
|
||||||
|
* ovsdb-server: Alleviate the possible data loss in an active/standby setup
|
||||||
|
* ovsdb-idlc: Use ALIGNED_CAST to avoid spurious warnings for index rows.
|
||||||
|
* ofproto-dpif-xlate: Fix translation of groups with no buckets.
|
||||||
|
* ovn: Add DHCP support for option 252.
|
||||||
|
* ofp-port: Don't leak on error in ofputil_pull_ofp14_port_stats().
|
||||||
|
* ofp-print: Fix a memory leak reported by fuzz
|
||||||
|
* ovs-save: Don't always include the default flow during restore
|
||||||
|
* lib/tc: treat vlan id and prio as independent fields
|
||||||
|
* odp-util: Don't attempt to write IPv6 flow label bits that don't exist.
|
||||||
|
* lib/tc: reject offloading of non-Ethernet packets
|
||||||
|
* dhparams: Fix .c file generation with OpenSSL >= 1.1.1-pre9
|
||||||
|
* ovs-ctl: Allow add-remote without vswitchd started.
|
||||||
|
* system-traffic: Fix conntrack per zone limit test.
|
||||||
|
* erspan: set erspan_ver to 1 by default when adding an erspan dev
|
||||||
|
* ovn.at: Skip ACL rate-limiting test on slow/overloaded systems.
|
||||||
|
* daemon-unix: Use same name for original or restarted children.
|
||||||
|
* dpif-netdev: Prevent unsafe access when retrieving meter stats.
|
||||||
|
* utilities: Drop shebang from bash completion script
|
||||||
|
* ofp-actions: Re-fix error path for parsing OpenFlow actions.
|
||||||
|
* nx-match: Avoid double-free on some error paths.
|
||||||
|
* netdev-dpdk: Support the link speed of XL710
|
||||||
|
* ovn-northd: Support learning neighbor from ARP request.
|
||||||
|
* ovn-northd: LR respond ARP from valid subnet only.
|
||||||
|
* ovn: Fix the issue in IPv6 Neigh Solicitation responder for router IPs
|
||||||
|
* dpctl: Fix memory leak in dp_exists().
|
||||||
|
* ofproto-dpif: Check for EBUSY as well
|
||||||
|
* tunnel, tests: Sort flow output in ERSPAN v1/v2 metadata
|
||||||
|
* erspan: add big endian bit fields.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 27 16:06:58 UTC 2018 - Markos Chandras <mchandras@suse.de>
|
Thu Sep 27 16:06:58 UTC 2018 - Markos Chandras <mchandras@suse.de>
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
# Disable building the external kernel datapath by default
|
# Disable building the external kernel datapath by default
|
||||||
%bcond_with kmp
|
%bcond_with kmp
|
||||||
Name: openvswitch
|
Name: openvswitch
|
||||||
Version: 2.10.0
|
Version: 2.10.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A multilayer virtual network switch
|
Summary: A multilayer virtual network switch
|
||||||
# All code is Apache-2.0 except
|
# All code is Apache-2.0 except
|
||||||
|
Loading…
Reference in New Issue
Block a user