diff --git a/openvswitch-2.10.0.tar.gz b/openvswitch-2.10.0.tar.gz deleted file mode 100644 index d1c72c7..0000000 --- a/openvswitch-2.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64f7cdcfffc73b2e09980d04ee22731eadd6453698b92d7397c9e45c7c174050 -size 7528705 diff --git a/openvswitch-2.10.1.tar.gz b/openvswitch-2.10.1.tar.gz new file mode 100644 index 0000000..abcf3e0 --- /dev/null +++ b/openvswitch-2.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f93c764295952848a924271250d7c6a6a53747d0019ef6ff880aa8ea6897c80 +size 7522058 diff --git a/openvswitch.changes b/openvswitch.changes index ee94bee..001856f 100644 --- a/openvswitch.changes +++ b/openvswitch.changes @@ -1,3 +1,75 @@ +------------------------------------------------------------------- +Mon Oct 22 09:38:00 UTC 2018 - Markos Chandras + +- 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 diff --git a/openvswitch.spec b/openvswitch.spec index edbd5a8..9ec733a 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -41,7 +41,7 @@ # Disable building the external kernel datapath by default %bcond_with kmp Name: openvswitch -Version: 2.10.0 +Version: 2.10.1 Release: 0 Summary: A multilayer virtual network switch # All code is Apache-2.0 except