Date: Thu, 20 Jan 2005 18:07:35 +0000 (UTC) From: Daniel Hartmeier <dhartmei@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/contrib/pf/net pf.c Message-ID: <200501201807.j0KI7ZaC080894@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dhartmei 2005-01-20 18:07:35 UTC FreeBSD src repository Modified files: sys/contrib/pf/net pf.c Log: Use the packet's address family instead of the rule's when selecting a replacement address for an rdr rule. Some rdr rules have no address family (when the replacement is a table and no other criterion implies one AF). In this case, pf would fail to select a replacement address and drop the packet due to translation failure. Found by: Gustavo A. Baratto Revision Changes Path 1.26 +1 -1 src/sys/contrib/pf/net/pf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501201807.j0KI7ZaC080894>