Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jun 2011 06:42:29 +0000 (UTC)
From:      "Andrey V. Elsukov" <ae@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet/ipfw ip_fw_nat.c
Message-ID:  <201106070642.p576gmdE014163@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

ae          2011-06-07 06:42:29 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet/ipfw     ip_fw_nat.c 
  Log:
  SVN rev 222806 on 2011-06-07 06:42:29Z by ae
  
  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.
  
  PR:             kern/122109, kern/129093, kern/157379
  Submitted by:   Alexander V. Chernikov (previous version)
  MFC after:      1 month
  
  Revision  Changes    Path
  1.19      +16 -6     src/sys/netinet/ipfw/ip_fw_nat.c



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