From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH 1/2] conntrack-tools: Update to version 1.4.7 Date: Sat, 19 Nov 2022 11:52:14 +0000 Message-ID: In-Reply-To: <20221118225043.1361845-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2296207000487806669==" List-Id: --===============2296207000487806669== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 18 Nov 2022, at 22:50, Adolf Belka wrote: >=20 > - Update from 1.4.6 to 1.4.7 > - Update of rootfile not required > - Requires update fo libnetfilter_conntrack from 1.0.8 to 1.0.9 > - Changelog > conntrack-tools 1.4.7 > This release contains new features: > * IPS_HW_OFFLOAD flag specifies that a conntrack entry has been > offloaded into the hardware > * 'clash_resolve' and 'chaintoolong' stats counters > * Default to unspec family if '-f' flag is absent to improve support for > dual-stack setups > * Support filtering events by IP address family > * Support flushing per IP address family > * Add "save" output format representing data in conntrack parameters > * Support loading conntrack commands from a batch file, e.g. generated > by "save" output format > * Annotate portid in events by the program name (if found) > * Accept yes/no as synonyms to on/off in conntrackd.conf > * Support user space helper auto-loading upon daemon startup, relieving > users from manual 'nfct add helper' calls > * Filter dumps by status on kernel side if possible > * Accept to filter for any status other than SEEN_REPLY using > 'UNREPLIED' > * Use libmnl internally > * Reuse netlink socket for improved performance with bulk CT entry loads > * Remove '-o userspace' flag and always tag user space triggered events > * Introduce '-A' command, a variant of '-I' which does not fail if the > entry exists already > ... and fixes: > * ICMP entry creation would fail when reply data was specified > * Sync zone value also > * Log external inject problems as warning only > * Endianness bug parsing IP addresses > * Ignore conntrack ID when looking up cache entries to allow for stuck > old ones to be replaced eventually > * Broken parsing of IPv6 M-SEARCH requests in ssdp cthelper > * Eliminate the need for lazy binding in nfct > * Fix for use of unknown protocol values > * Sanitize protocol value parsing, catch illegal values > * Ensure unknown protocol values are included in '-o save' dumps > ... and documentation updates: > * Fixed examples in manual > * Refer to nf_conntrack sysctl instead of the deprecated ip_conntrack > one > * Misc updates to the manual > * Add an older example script creating an active-active setup using the > cluster match >=20 > Signed-off-by: Adolf Belka > --- > lfs/conntrack-tools | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/lfs/conntrack-tools b/lfs/conntrack-tools > index 7bfd71d89..2296c7ca8 100644 > --- a/lfs/conntrack-tools > +++ b/lfs/conntrack-tools > @@ -24,7 +24,7 @@ >=20 > include Config >=20 > -VER =3D 1.4.6 > +VER =3D 1.4.7 >=20 > THISAPP =3D conntrack-tools-$(VER) > DL_FILE =3D $(THISAPP).tar.bz2 > @@ -42,7 +42,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_BLAKE2 =3D 7c1ee1c5fc2b6f9d33c6cf850eca80978b8763317b1a76892cef= b776130564f15fbd4e4554fdb08dbba93d9f16b7e4624a1b4dd5a631f747f5fcc0a5b01b8d5e > +$(DL_FILE)_BLAKE2 =3D 42a3cacf8a32a5b8b688a9fd68f66024c591e9814ef3cc349456= 691094bab0fae15bb1c00befa178b0f8e845bf6fc00715cbf9db55cd7bf2d155c2dfd55f9b1a >=20 > install : $(TARGET) >=20 > --=20 > 2.38.1 >=20 --===============2296207000487806669==--