Subject: HEADS UP: IPFilter updated to 4.1.1
To: None <current-users@netbsd.org>
From: Martti Kuparinen <martti@NetBSD.org>
List: current-users
Date: 03/28/2004 12:25:56
Hi!

I have just upgraded IPFilter to the latest version (4.1.1) on
NetBSD -current. You must recompile kernel and the ipf tools to
use the new version:

(cd share/mk && make install)
(cd sys && make includes)
(cd usr.sbin/ipf && make dependall install)

cd sys/arch/`uname -p`/conf
config GENERIC
cd ../compile/GENERIC
make dependall install

After reboot you won't see any IPF related message (this may change
in the future).

I have tested this on i386 and things seem to work without any errors.
If you detect errors (or have improvements), please send a problem report
with the send-pr tool.

Martti