PF WARNING: could not create pflog0

Greetings!

My 13.1 kernel comes included with:

Code:
device pf
options PF_DEFAULT_TO_DROP
device pflog

But despite this, both of the following commands fail and produce the proceeding errors:

/sbin/ifconfig pflog0 create
ifconfig: SIOCIFCREATE2: Invalid argument

service pflog start
/etc/rc: WARNING: could not create pflog0

I couldn't find anything in the related manpages or in the source (yet). Any suggestions as to what may be causing this error would be just lovely.
 
I'm proud to say that I self-saved my own day. For my fellow time-travelers who are reading this in the future remember to load the kernel module on the host system before attempting to use pflog in a jail whose kernel includes the device. /sbin/kldload pflog
 
Back
Top