how to enable altq to use with ipfw

Pat Maddox pergesu at gmail.com
Wed Aug 24 05:41:29 GMT 2005


Hey Vladone,

I was looking for the same thing a while back, wanting to use ALTQ for
PF.  Enable support in the kernel by adding the following lines:

# ALTQ support
options         ALTQ
options         ALTQ_CBQ        # Class Bases Queuing (CBQ)
options         ALTQ_RED        # Random Early Detection (RED)
options         ALTQ_RIO        # RED In/Out
options         ALTQ_HFSC       # Hierarchical Packet Scheduler (HFSC)
options         ALTQ_PRIQ       # Priority Queuing (PRIQ)
options         ALTQ_NOPCC      # Required for SMP build

You may not need the NOPCC option, depends on your system.


On 8/23/05, vladone <vladone at spaingsm.com> wrote:
> Hi!
> I want to enable altq to use in conjunction with ipfw.
> How can do that?
> 
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
>


More information about the freebsd-questions mailing list