pfctl: DIOCSETSTATUSIF

Michael K. Smith - Adhost mksmith at adhost.com
Thu Mar 1 17:11:46 UTC 2007


Hello:


> -----Original Message-----
> From: owner-freebsd-questions at freebsd.org [mailto:owner-freebsd-
> questions at freebsd.org] On Behalf Of Daniel Gerzo
> Sent: Wednesday, February 28, 2007 3:52 PM
> To: freebsd-questions at freebsd.org
> Subject: pfctl: DIOCSETSTATUSIF
> 
> Hello pf,
> 
> I'm having the following problem:
> 
> db2# pfctl -f /etc/pf.conf
> No ALTQ support in kernel
> ALTQ related functions disabled
> pfctl: DIOCSETSTATUSIF
> Exit 1
> db2# uname -srm
> FreeBSD 7.0-CURRENT #0: Wed Feb 28 23:47:39 CET 2007 amd64
> 
> pf related items in kernel:
> 
> device          pf
> device          pflog
> 
> --


If you are interested in compiling in ALTQ, use the following kernel
options listed below.  The error message you are receiving doesn't mean
that PF isn't working, however, it just doesn't have ALTQ support.

options         ALTQ
options         ALTQ_CBQ
options         ALTQ_RED
options         ALTQ_RIO
options         ALTQ_HFSC
options         ALTQ_CDNR
options         ALTQ_PRIQ
options         ALTQ_NOPCC

Regards,

Mike


More information about the freebsd-questions mailing list