From owner-svn-src-head@freebsd.org Sat Apr 28 15:46:03 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E82C7FB2910; Sat, 28 Apr 2018 15:46:02 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from smtp.freebsd.org (unknown [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9BD3F7B145; Sat, 28 Apr 2018 15:46:02 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from venus.codepro.be (venus.codepro.be [IPv6:2a01:4f8:162:1127::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.codepro.be", Issuer "Gandi Standard SSL CA 2" (verified OK)) (Authenticated sender: kp) by smtp.freebsd.org (Postfix) with ESMTPSA id 795AAFAD2; Sat, 28 Apr 2018 15:46:02 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from [172.28.128.1] (78-23-137-185.access.telenet.be [78.23.137.185]) (Authenticated sender: kp) by venus.codepro.be (Postfix) with ESMTPSA id 1BF1433982; Sat, 28 Apr 2018 17:46:00 +0200 (CEST) From: "Kristof Provost" To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r333084 - head/sbin/pfctl Date: Sat, 28 Apr 2018 17:46:09 +0200 X-Mailer: MailMate (2.0BETAr6110) Message-ID: <8718621D-0A62-46C3-AC51-892637B911E0@FreeBSD.org> In-Reply-To: <201804281316.w3SDGwC9033672@repo.freebsd.org> References: <201804281316.w3SDGwC9033672@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Apr 2018 15:46:03 -0000 On 28 Apr 2018, at 15:16, Kristof Provost wrote: > Author: kp > Date: Sat Apr 28 13:16:58 2018 > New Revision: 333084 > URL: https://svnweb.freebsd.org/changeset/base/333084 > > Log: > pfctl: Don't break connections on skipped interfaces on reload > > On reload we used to first flush everything, including the list of > skipped > interfaces. This can lead to termination of these connections if > they send > packets before the new configuration is applied. > > Note that this doesn't currently happen on 12 or 11, because of > special EACCES > handling introduced in r315514. This special behaviour in > tcp_output() may > change, hence the fix in pfctl. > > PR: 214613 > That should have had ‘Submitted by: Andreas Longwitz ’. Regards, Kristof