On 2008-11-24, Matthew Sibson <[EMAIL PROTECTED]> wrote:
> Stuart Henderson wrote:
>> Use the same queue names for up & down and you can use the default "keep
>> state".
>>
>
> Wouldn't that mean they get the same bandwidth up and down?
no - just list the same queue names for >1 interface.
altq on em0 <...> bandwidth XXX {foo, bar}
altq on em1 <...> bandwidth YYY {foo, bar}
queue foo <...>
queue bar <...>
if you want different queue parameters (different mix of % for different
queues between inbound and outbound, for example) you can even do:
altq on em0 <...> bandwidth XXX {foo, bar}
altq on em1 <...> bandwidth YYY {foo, bar}
queue foo on em0 <...>
queue foo on em1 <...>
queue bar on em0 <...>
queue bar on em1 <...>