Date: Sun, 27 Dec 2009 10:19:10 +0000 (UTC) From: Luigi Rizzo <luigi@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet/ipfw ip_fw2.c Message-ID: <200912271019.nBRAJVKV069235@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
luigi 2009-12-27 10:19:10 UTC FreeBSD src repository Modified files: sys/netinet/ipfw ip_fw2.c Log: SVN rev 201046 on 2009-12-27 10:19:10Z by luigi diverted packet must re-enter _after_ the matching rule, or we create loops. The divert cookie (that can be set from userland too) contains the matching rule nr, so we must start from nr+1. Reported by: Joe Marcus Clarke Revision Changes Path 1.35 +1 -1 src/sys/netinet/ipfw/ip_fw2.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912271019.nBRAJVKV069235>