Skip to content

Commit

Permalink
Merge pull request #788 from ywc689/v1.8.12
Browse files Browse the repository at this point in the history
version: release v1.8.12
  • Loading branch information
ywc689 authored Dec 30, 2021
2 parents d98b8a7 + 28b73cf commit b8fa080
Showing 1 changed file with 15 additions and 21 deletions.
36 changes: 15 additions & 21 deletions src/VERSION
Original file line number Diff line number Diff line change
@@ -1,33 +1,27 @@
#!/bin/sh -
# program: dpvs
# Apr 26, 2021
# Dec 29, 2021
#
# Major changes
# ----------
# - Ipset framework and 12 set types.
# - Ipset based tc classifier.
#
# Features
# ----------
# - CI: Enable CI workflow.
# - Dpvs: TC stability and performance enhancement.
# - Dpvs: TC supports ipv6 and ingress traffic.
# - Dpvs: Add document and examples for dpvs tc.
# - Dpvs: Add supports for ipvs whitelist.
# - Dpvs: Support icmp forwarding with icmp_fwd_core.
# - Dpvs: Support mtu config.
# - Dpvs: Obsolete dpdk 16.07 and 17.05.02.
# - Patch: Add eal memory debug patch for dpdk-stable-18.11.2.
# - Dpvs: Add ipset framework and 12 set types.
# - Dpvs: Add l2/l3/l4 header parse apis from mbuf.
# - Dpvs: Add an ipset based tc classifier -- tc_cls_ipset.
# - Docs: Update docs of tc and ipset.
# - Dpvs: Add config option "dedicated_queues" for bonding mode 4 (802.3ad).
# - Keepalived: Add UDP_CHECK health checker.
#
# # Bugfix
# --------
# - Dpvs: Fix traceroute problem of dpvs ip address.
# - Dpvs: Fix flags conflicts for ipvs conn/service/dest.
# - Dpvs: Reset tcp connection when syn-cookie check fails.
# - Dpvs: Use correct mbuf:l4_len for checkout offload.
# - Dpvs: Fix udp checksum problem for uoa when checksum offload is off.
# - Dpvs: Simplify checksum calculations and remove superfluous checksum functions.
# - Dpvs: Refactor netif recv procedure.
# - Dpvs: Fix debug level log problem.
# - Keepalived: Fix problem that local ip config doesn't take effect when restart.
# - Keepalived: Fix crash problem when tunnel is configured.
# - Dpvs: Fix ipvs rr/wrr/wlc problem of uneven load distribution across dests.
# - Dpvs: Fix bonding mode 4 problem caused by LACP failure.

export VERSION=1.8
export RELEASE=10
export RELEASE=12

echo $VERSION-$RELEASE

0 comments on commit b8fa080

Please sign in to comment.