On Fri, 2002-11-22 at 05:29, Dries Schellekens wrote: > Perhaps your rules weren't loaded on boot or PF isn't even enable at all. > This could be the reason why -current doesn't crash ;-)
That's exactly what it was: pfctl: DIOCADDRULE: Operation not supported by device > You should compile your complete userland. Or you can just compile a > -current pfctl in the following way: > * cp /usr/src/sys/net/pfvar.h to /usr/include/net (perhaps first backup up > the -stable pfvar.h in /usr/include/net) > * cd /usr/src/sbin/pfctl; make obj depend; make && make install (perhaps > first backup the -stable pfctl in /sbin) I'll work on userland immediately. -J.
