Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jan 2010 00:32:19 +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:  <201001230039.o0N0dWXF044669@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
delphij     2010-01-23 00:32:19 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    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 202852 on 2010-01-23 00:32:19Z 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.15.2.2  +9 -2      src/contrib/pf/man/pf.conf.5
  1.9.2.2   +26 -2     src/contrib/pf/pfctl/parse.y
  1.4.10.2  +2 -0      src/contrib/pf/pfctl/pf_print_state.c
  1.8.10.2  +8 -0      src/contrib/pf/pfctl/pfctl_parser.c
  1.37.2.2  +2 -2      src/sys/contrib/pf/net/if_pfsync.c
  1.9.10.2  +1 -1      src/sys/contrib/pf/net/if_pfsync.h
  1.69.2.3  +290 -172  src/sys/contrib/pf/net/pf.c
  1.19.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?201001230039.o0N0dWXF044669>