-
Notifications
You must be signed in to change notification settings - Fork 728
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #788 from ywc689/v1.8.12
version: release v1.8.12
- Loading branch information
Showing
1 changed file
with
15 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |