Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jul 2011 09:32:43 +0000 (UTC)
From:      "Andrey V. Elsukov" <ae@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netgraph ng_nat.c
Message-ID:  <201107070932.p679WqF9031214@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ae          2011-07-07 09:32:43 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/netgraph         ng_nat.c 
  Log:
  SVN rev 223836 on 2011-07-07 09:32:43Z by ae
  
  MFC r222808:
    Sync ng_nat with recent (r222806) ipfw_nat changes:
  
      Make a behaviour of the libalias based in-kernel NAT a bit closer to
      how natd(8) does work. natd(8) drops packets only when libalias returns
      PKT_ALIAS_IGNORED and "deny_incoming" option is set, but ipfw_nat
      always did drop packets that were not aliased, even if they should
      not be aliased and just are going through.
  
    Also add SCTP support: mark response packets to skip firewall processing.
  
  Revision  Changes    Path
  1.13.2.2  +17 -3     src/sys/netgraph/ng_nat.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107070932.p679WqF9031214>