Date: Fri, 4 Apr 1997 11:17:35 +1000 (EST) From: proff@suburbia.net To: darrenr@cyber.com.au (Darren Reed) Cc: hackers@freebsd.org Subject: Re: IP Filter in -current. Message-ID: <19970404011735.14225.qmail@suburbia.net> In-Reply-To: <199704031050.UAA18193@plum.cyber.com.au> from Darren Reed at "Apr 3, 97 08:50:16 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
> > I've imported IP Filter 3.2alpha4 into the -current sources for FreeBSD > just now. This latest update should successfully build a LKM for use > with FreeBSD 2.2 or later(?). It DOESN'T support being built into the > kernel itself. > > Darren The module/userland code won't compile under -current. I've ported it however. major issues were: #include brain-damange. Bruce's include file philosophy continues to make FreeBSD progressivly more compile time incompatible with everything else, including other BSD's. Use of TAILQ's for handling ifaddr chains. VOP_LOCK() in lite2 takes three arguments. At run-time it seems to panic quickly if logging is going on and ipmon isn't there to read the log device. Cheers, Julian.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19970404011735.14225.qmail>