kern/155736: [pf] [altq] borrow from parent queue does not work with cbq

Marcin Wisnicki mwisnicki+freebsd at gmail.com
Mon Mar 21 01:10:10 UTC 2011


The following reply was made to PR kern/155736; it has been noted by GNATS.

From: Marcin Wisnicki <mwisnicki+freebsd at gmail.com>
To: FreeBSD-gnats-submit at freebsd.org, freebsd-bugs at freebsd.org
Cc:  
Subject: Re: kern/155736: [pf] [altq] borrow from parent queue does not work
 with cbq
Date: Mon, 21 Mar 2011 02:00:06 +0100

 HFSC can be used as a workaround since it can express everything that
 is possible with CBQ:
 
 altq on $lan_if hfsc bandwidth 100Mb queue { qLocal, qExt }
 queue qLocal bandwidth 90Mb hfsc(default)
 queue qExt bandwidth 10Mb hfsc(upperlimit 10Mb) { qExtFast, qExtSlow }
 queue  qExtFast priority 7 bandwidth 80%
 queue  qExtSlow priority 1 bandwidth 20% hfsc(red)


More information about the freebsd-bugs mailing list