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

From: Marcin Wisnicki <[email protected]>
To: [email protected], [email protected]
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)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to