Date: Sat, 23 Jan 2010 00:41:04 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/contrib/pf/man pf.conf.5 src/contrib/pf/pfctl parse.y pf_print_state.c pfctl_parser.c src/sys/contrib/pf/net if_pfsync.c if_pfsync.h pf.c pfvar.h Message-ID: <201001230045.o0N0jG2E045179@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
delphij 2010-01-23 00:41:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) contrib/pf/man pf.conf.5 contrib/pf/pfctl parse.y pf_print_state.c pfctl_parser.c sys/contrib/pf/net if_pfsync.c if_pfsync.h pf.c pfvar.h Log: SVN rev 202853 on 2010-01-23 00:41:04Z by delphij MFC r200930: Adapt OpenBSD pf's "sloopy" TCP state machine which is useful for Direct Server Return mode, where not all packets would be visible to the load balancer or gateway. This commit should be reverted when we merge future pf versions. The benefit it would provide is that this version does not break any existing public interface and thus won't be a problem if we want to MFC it to earlier FreeBSD releases. Discussed with: mlaier Obtained from: OpenBSD Sponsored by: iXsystems, Inc. Revision Changes Path 1.14.2.2 +10 -3 src/contrib/pf/man/pf.conf.5 1.8.2.2 +26 -2 src/contrib/pf/pfctl/parse.y 1.4.2.1 +2 -0 src/contrib/pf/pfctl/pf_print_state.c 1.8.2.1 +8 -0 src/contrib/pf/pfctl/pfctl_parser.c 1.36.2.1 +2 -2 src/sys/contrib/pf/net/if_pfsync.c 1.9.2.1 +1 -1 src/sys/contrib/pf/net/if_pfsync.h 1.46.2.7 +290 -172 src/sys/contrib/pf/net/pf.c 1.16.2.3 +4 -1 src/sys/contrib/pf/net/pfvar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001230045.o0N0jG2E045179>