Re: Using percentages in the new queuing syntax

2015-02-26 Thread Stuart Henderson
In gmane.os.openbsd.misc, Andy Lemin wrote: Hopefully this is just a quick question and I'm missing something here, but it seems that we can no longer use percentages in our PF child queues. It hasn't been implemented for the queue rewrite yet. That said, there is a bug which makes it less

Re: Using percentages in the new queuing syntax

2015-02-26 Thread Andy Lemin
Ahh, great.. thanks for clarifying. Also, do you know when the developers (maybe Henning) are planning on making the queue system 64bit so we can define queues greater in size than 4294Mbps? Am I right in thinking that once we do move to a 64bit queue system, there will also be better

Re: Using percentages in the new queuing syntax

2015-02-26 Thread Andy Lemin
Hi, Does anyone have any idea why I can't do this anymore? queue trunk_root on $if_trunk bandwidth $downstream queue qlocal on $if_trunk parent trunk_root bandwidth 99% queue local_kern on $if_trunk parent qlocal bandwidth 1% min 1% queue local_pri on $if_trunk parent qlocal

Using percentages in the new queuing syntax

2015-02-24 Thread Andy Lemin
Hi, Hopefully this is just a quick question and I'm missing something here, but it seems that we can no longer use percentages in our PF child queues. For example; This:- altq on $if_trunk bandwidth 4294Mb hfsc queue { _local, _wan } oldqueue _local on $if_trunk bandwidth 4100Mb priority 4