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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to