Date: Sat, 21 Jul 2018 07:00:44 +0000 From: bugzilla-noreply@freebsd.org To: pf@FreeBSD.org Subject: [Bug 229477] [PATCH] fail-policy changes cause delays on synproxy packets Message-ID: <bug-229477-16861-WVj8Oyd8uV@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-229477-16861@https.bugs.freebsd.org/bugzilla/> References: <bug-229477-16861@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229477 --- Comment #11 from commit-hook@freebsd.org --- A commit references this bug: Author: kp Date: Sat Jul 21 07:00:22 UTC 2018 New revision: 336575 URL: https://svnweb.freebsd.org/changeset/base/336575 Log: MFC r336275: pf: Fix synproxy Synproxy was accidentally broken by r335569. The 'return (action)' must be executed for every non-PF_PASS result, but the error packet (TCP RST or I= CMP error) should only be sent if the packet was dropped (i.e. PF_DROP) and t= he return flag is set. PR: 229477 Submitted by: Andre Albsmeier <mail AT fbsd.e4m.org> Changes: _U stable/11/ stable/11/sys/netpfil/pf/pf.c --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229477-16861-WVj8Oyd8uV>