From owner-dev-commits-src-main@freebsd.org Tue Jul 20 16:44:44 2021 Return-Path: Delivered-To: dev-commits-src-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8F19C66F64E; Tue, 20 Jul 2021 16:44:44 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GTl1R3nglz56Ll; Tue, 20 Jul 2021 16:44:43 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from venus.codepro.be (venus.codepro.be [5.9.86.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.codepro.be", Issuer "R3" (verified OK)) (Authenticated sender: kp) by smtp.freebsd.org (Postfix) with ESMTPSA id 4E80EE8B5; Tue, 20 Jul 2021 16:44:43 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: by venus.codepro.be (Postfix, authenticated sender kp) id 9B18536318; Tue, 20 Jul 2021 18:44:41 +0200 (CEST) From: "Kristof Provost" To: "Dmitry Chagin" Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: 8e1864ed0712 - main - pf: syncookie support Date: Tue, 20 Jul 2021 18:44:40 +0200 X-Mailer: MailMate (1.13.2r5673) Message-ID: <33541515-8306-4BEB-9C1E-27C2CEB68941@FreeBSD.org> In-Reply-To: References: <202107200836.16K8asPR040892@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; format=flowed Content-Transfer-Encoding: quoted-printable X-BeenThere: dev-commits-src-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for the main branch of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2021 16:44:44 -0000 On 20 Jul 2021, at 12:40, Dmitry Chagin wrote: > On Tue, Jul 20, 2021 at 08:36:54AM +0000, Kristof Provost wrote: >> The branch main has been updated by kp: >> >> URL: = >> https://cgit.FreeBSD.org/src/commit/?id=3D8e1864ed07121b479b95d7e3a593= 1a9e0ffd4713 >> >> commit 8e1864ed07121b479b95d7e3a5931a9e0ffd4713 >> Author: Kristof Provost >> AuthorDate: 2021-05-20 09:54:41 +0000 >> Commit: Kristof Provost >> CommitDate: 2021-07-20 08:36:13 +0000 >> >> pf: syncookie support >> >> Import OpenBSD's syncookie support for pf. This feature help pf = >> resist >> TCP SYN floods by only creating states once the remote host = >> completes >> the TCP handshake rather than when the initial SYN packet is = >> received. >> >> This is accomplished by using the initial sequence numbers to = >> encode a >> cookie (hence the name) in the SYN+ACK response and verifying = >> this on >> receipt of the client ACK. >> >> Reviewed by: kbowling >> Obtained from: OpenBSD >> MFC after: 1 week >> Sponsored by: Modirum MDPay >> Differential Revision: https://reviews.freebsd.org/D31138 > > NOINET6 build fails > LINT did too. It should be fixed in = b972a7fa9e1e01367435a5699b71cc7b5e494fee Best regards, Kristof