From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] ipvsadm: Update to version 1.31 Date: Tue, 12 Apr 2022 12:34:11 +0200 Message-ID: <20220412103411.59344-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4851023451545722236==" List-Id: --===============4851023451545722236== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from 1.29 to 1.31 - Update of rootfile not required - Changelog Version 1.31 In ipvsadm(8) add using nft or an eBPF program to set a packet mark Add --pe sip option in ipvsadm(8) man page ipvsadm: allow tunneling with gre encapsulation Merge branch 'GUE-encap' ipvsadm: allow tunneling with gue encapsulation ipvsadm: convert options to unsigned long long Version 1.30 Merge: ipvsadm: Document/add support for fo/ovf/mh schedulers Add support for mh scheduler Document support of ovf scheduler Document support of fo scheduler libipvs: fix some buffer sizes libipvs: discrepancy with libnl genlmsg_put ipvsadm: catch the original errno from netlink answer Version 1.29 ipvsadm: new attributes for sync daemon ipvsadm: support 64-bit stats and rates Signed-off-by: Adolf Belka --- lfs/ipvsadm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/ipvsadm b/lfs/ipvsadm index a1e9cb5a1..3108c2e2f 100644 --- a/lfs/ipvsadm +++ b/lfs/ipvsadm @@ -26,7 +26,7 @@ include Config =20 SUMMARY =3D A Utility for Administering the Linux Virtual Server =20 -VER =3D 1.29 +VER =3D 1.31 =20 THISAPP =3D ipvsadm-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -34,7 +34,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D ipvsadm -PAK_VER =3D 2 +PAK_VER =3D 3 =20 DEPS =3D =20 @@ -48,7 +48,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 29f8c353f5c7a6a461b17b0ef7fa4c7803fe52cae5f8f719b25370= f502d8724e0847bb3b4e25312b95a49a4bfcd0b6562f61118506c477eafbd1a99fc7c3914c +$(DL_FILE)_BLAKE2 =3D a42ceea834fb16e25ea34417227f6b632fe3b94c8a7ce5d3daff43= 75884fd47f14999551eab3bf7226d5eb02f25aef4c77a8287592b642946683bc5ddc6783da =20 install : $(TARGET) =20 --=20 2.35.1 --===============4851023451545722236==--