File tree Expand file tree Collapse file tree 1 file changed +20
-7
lines changed
Expand file tree Collapse file tree 1 file changed +20
-7
lines changed Original file line number Diff line number Diff line change 11#! /bin/sh
22# program: dpvs
3- # Sep 13, 2022
3+ # Apr 20, 2023
44#
5- # New Features:
6- # * Ctrl Plane Improvements
7- # * Multi-instance Supports
5+ # Features
6+ # - Dpvs: Multiple instance deployment support.
7+ # - Dpvs: IPC improvements between keepalived/ipvsadm and dpvs by combining data structs.
88#
9- # Nov 28, 2022
10- # * Fix using uninitialized "af" variable problem in keepalived
9+ # Bugfixes
10+ # - Dpvs: Fix memory problem when setting MATCH service.
11+ # - Ipvsadm: Fix service list problem when dpvs lcore ids are not continuous.
12+ # - Ipvsadm: Fix the problem that service/dest/laddr cannot be listed per-lcore.
13+ # - Ipvsadm: Support version info.
14+ # - Fix several spelling mistakes.
15+ # - Fix compiling errors on RHEL 9, Ubuntu 22.04 and microsoft standard WSL2.
16+ # - Keepalived: Fix service deletion by mistake problem caused by uninitialized local variable.
17+ # - Dpvs: Do not increase service num unless it's hashed sucessfully.
18+ # - Dpvs: Fix sa_entry leak when flushing snat connections.
19+ # - Keepalived: Fix ipvs allow/deny list config problem caused by incorrect parameters.
20+ # - Dpvs: Fix dead lock problem of eal-mem show and rte_free.
21+ # - Dpvs: Fix crash problem caused by msg_destroy when msg->refcnt==0.
22+ # - Dpvs: Fix eal-mem module uninitialized problem.
23+ # - Dpvs: Fix memory leak problem in ipvs allow list.
1124
1225export VERSION=1.9
13- export RELEASE=3
26+ export RELEASE=4
1427
1528echo $VERSION -$RELEASE
You can’t perform that action at this time.
0 commit comments