Subject: CVS commit: src/sys/dist/pf/net
To: None <source-changes@NetBSD.org>
From: Peter Postma <peter@netbsd.org>
List: source-changes
Date: 11/21/2004 17:59:24
Module Name: src
Committed By: peter
Date: Sun Nov 21 17:59:24 UTC 2004
Modified Files:
src/sys/dist/pf/net: pf.c
Log Message:
Apply a patch from the OPENBSD_3_6 branch, ok itojun.
MFC:
Fix by dhartmei@
The flag to re-filter pf-generated packets was set wrong by synproxy
for ACKs. It should filter the ACK replayed to the server, instead of
of the one to the client.
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/dist/pf/net/pf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.