Date: Sat, 17 Jul 2004 17:15:16 +0000 (UTC) From: Max Laier <mlaier@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: <200407171715.i6HHFGXJ052457@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mlaier 2004-07-17 17:15:16 UTC FreeBSD src repository Modified files: sys/contrib/pf/net pf.c Log: Merge in a stable fix from OpenBSD: MFC: Fix by dhartmei@ change pf_route() loop detection: introduce a counter (number of times a packet is routed already) in the mbuf tag, allow at most four times. Fixes some legitimate cases broken by the previous change. Reviewed by: dhartmei Revision Changes Path 1.13 +63 -52 src/sys/contrib/pf/net/pf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407171715.i6HHFGXJ052457>