Subject: pf + current-GENERIC
To: NetBSD-current Discussion List <current-users@netbsd.org>
From: matthew sporleder <msporleder@gmail.com>
List: current-users
Date: 02/13/2006 18:21:04
I am running -current with GENERIC, and trying to use pf.
GENERIC doesn't seem to come with pf compiled in, so I load the module.

In rc.conf, if I have:
lkm=3DYES
pf=3DYES

It doesn't load the module before pf.

If I use:
lkm=3DYES
pf_boot=3DYES

It loads the module, but doesn't pick up my rules in /etc/pf.conf.

I tried:
lkm=3DYES
pf_boot=3DYES
pf=3DYES
pf_rules=3D/etc/pf.conf

But it still didn't work.  Looking at /etc/rc.d/pf seems to imply that
it should work just as well as /etc/rc.d/pf_boot, but that's obivously
not happening.

Any hints?

_Matt