On Wednesday, Jul 2, 2003, at 13:47 US/Pacific, Richard P. Matthews wrote:

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.

That's the thing -- the default is used only for packets pf doesn't assign to a queue (any queue). If you have two defaults, and a packet travels through the filter rules without hitting a "queue foo" option, which one should be used?

You'll have to explicitly assign packets to game_ext_misc.

The default doesn't need to be in a specific place (such as the root
level); it just needs to exist.

-----Original Message-----
From: Trevor Talbot [mailto:[EMAIL PROTECTED]

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



Reply via email to