]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r222806:
authorae <ae@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 7 Jul 2011 09:29:11 +0000 (09:29 +0000)
committerae <ae@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 7 Jul 2011 09:29:11 +0000 (09:29 +0000)
commitf340a0d96e2600e9596042754a86bb1cb7206b38
treebbb24f4e9f87e3a9a3775e208f0b69432ea2b5ec
parent60e4631f74d41ac758cb49fbbaf73f1a2628eb09
MFC r222806:
  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)

git-svn-id: svn://svn.freebsd.org/base/stable/8@223835 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/netinet/ipfw/ip_fw_nat.c