Date: Sat, 2 Oct 2004 20:37:01 -0400 From: Brian Fundakowski Feldman <green@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ipfw ipfw2.c src/sys/netinet ip_divert.c ip_fw.h ip_fw2.c Message-ID: <20041003003701.GC1034@green.homeunix.org> In-Reply-To: <200410030026.i930QaBb033215@repoman.freebsd.org> References: <200410030026.i930QaBb033215@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Oct 03, 2004 at 12:26:36AM +0000, Brian Feldman wrote: > green 2004-10-03 00:26:36 UTC > > FreeBSD src repository > > Modified files: > sbin/ipfw ipfw2.c > sys/netinet ip_divert.c ip_fw.h ip_fw2.c > Log: > Add support to IPFW for classification based on "diverted" status > (that is, input via a divert socket). > > Revision Changes Path > 1.62 +35 -0 src/sbin/ipfw/ipfw2.c > 1.100 +16 -12 src/sys/netinet/ip_divert.c > 1.93 +6 -3 src/sys/netinet/ip_fw.h > 1.80 +20 -1 src/sys/netinet/ip_fw2.c Note that this adds an extra tagging operation to the other direction of diverted packets that did not have it before. It fails closed. -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041003003701.GC1034>