Hi,
Sorry for the noise, but after the upgrade with the last snapshot all traffic flows only on default queue.

[ns]~$ systat queue

QUEUE BW SCH PRIO PKTS BYTES DROP_P DROP_B QLEN BORROW SUSPEN P/S B/S rootq 100M 0 0 0 0 0 inter 3M 0 0 0 0 0 i_ack 2M 0 0 0 0 0 i_dns 500K 0 0 0 0 0 i_ntp 300K 0 0 0 0 0 i_web 2M 0 0 0 0 0 i_bulk 170K 0 0 0 0 0 i_bittor 30K 0 0 0 0 0 bg 38M 0 0 0 0 0 b_ack 15M 0 0 0 0 0 b_dns 1M 0 0 0 0 0 b_ntp 4M 0 0 0 0 0 b_rdc 4M 0 0 0 0 0 b_web 15M 195263 14167909 0 0 0 b_bulk 8M 0 0 0 0 0 b_bittor 2M 0 0 0 0 0

From pf.conf:

 queue rootq on $ExtIf bandwidth 100M max 100M
  queue inter parent rootq bandwidth 3M max 2950K
   queue i_ack     parent inter bandwidth 2M, min 1M
   queue i_dns     parent inter bandwidth 500K
   queue i_ntp     parent inter bandwidth 300K
   queue i_web     parent inter bandwidth 2M burst 2M for 10000ms
   queue i_bulk    parent inter bandwidth 170K
   queue i_bittor  parent inter bandwidth 30K, max 1500K #default

  queue bg parent rootq bandwidth 38M max 38M
   queue b_ack     parent bg bandwidth 15M, min 10M
   queue b_dns     parent bg bandwidth 1M, min 1M
   queue b_ntp     parent bg bandwidth 4M, min 4M
   queue b_rdc     parent bg bandwidth 4M, min 4M
queue b_web parent bg bandwidth 15M, min 15M burst 40M for 5000ms, max 35M default
   queue b_bulk    parent bg bandwidth 8M, min 5M
   queue b_bittor  parent bg bandwidth 2M, max 26M

Reply via email to