Date: Tue, 23 Aug 2005 23:41:28 -0600 From: Pat Maddox <pergesu@gmail.com> To: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: how to enable altq to use with ipfw Message-ID: <810a540e05082322417f8e0632@mail.gmail.com> In-Reply-To: <122841917.20050824081614@spaingsm.com> References: <122841917.20050824081614@spaingsm.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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@spaingsm.com> wrote: > Hi! > I want to enable altq to use in conjunction with ipfw. > How can do that? >=20 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?810a540e05082322417f8e0632>