Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Apr 2018 17:46:09 +0200
From:      "Kristof Provost" <kp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r333084 - head/sbin/pfctl
Message-ID:  <8718621D-0A62-46C3-AC51-892637B911E0@FreeBSD.org>
In-Reply-To: <201804281316.w3SDGwC9033672@repo.freebsd.org>
References:  <201804281316.w3SDGwC9033672@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <longwitz at 
incore.de>’.

Regards,
Kristof



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8718621D-0A62-46C3-AC51-892637B911E0>