Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Nov 2004 01:28:14 +0100
From:      Nagilum <freebsd@nagilum.org>
To:        FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   pf qlimit ignored?
Message-ID:  <419FE11E.9020301@nagilum.org>

next in thread | raw e-mail | index | archive | help
Hi,
Playing around with pf I noticed that my queues are still only 50 
packets large, although my pf.conf says:

altq on $ext_if priq bandwidth 090Kb qlimit 100 queue { q_def, q_pri q_mid }

Did I miss something?
Kind regards,
Alex,




pfctl -v -v -s queue:
queue q_pri priority 7 priq( red ecn )
  [ pkts:        112  bytes:       6212  dropped pkts:      0 
bytes:      0 ]
  [ qlength:   0/ 50 ]
queue q_mid priority 3 priq( red ecn )
  [ pkts:        102  bytes:      14763  dropped pkts:      0 
bytes:      0 ]
  [ qlength:   0/ 50 ]
queue q_def priority 0 priq( red ecn default )
  [ pkts:      53092  bytes:   18787909  dropped pkts:   3247 bytes: 
1431796 ]
  [ qlength:   6/ 50 ]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?419FE11E.9020301>