Actually I was attempting to setup subqueueing under game_ext. There are two queues under there game_ext_www and game_ext_misc. I am attempting to make game_ext_misc the default subqueue in the game_ext queue. If you follow that, am attempting to this the correct way?
Rich -----Original Message----- From: Trevor Talbot [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 4:02 PM To: Richard P. Matthews; [EMAIL PROTECTED] Subject: Re: What am I doing wrong, queuing On Wednesday, Jul 2, 2003, at 03:08 US/Pacific, Richard P. Matthews wrote: > queue std_ext bandwidth 128Kb priority 3 cbq(default borrow) > queue game_ext_misc priority 2 cbq(default) It's probably complaining about this. Only one queue can be the default (it's used for all packets not assigned to a queue in the filter rules). You can see for sure by using: pfctl -vAf /etc/pf.conf
