Date: Sat, 14 Jul 2018 10:15:25 +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-Hsvv3uW8oA@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 #10 from commit-hook@freebsd.org --- A commit references this bug: Author: kp Date: Sat Jul 14 10:14:59 UTC 2018 New revision: 336275 URL: https://svnweb.freebsd.org/changeset/base/336275 Log: 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> MFC after: 1 week Changes: head/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-Hsvv3uW8oA>