Is there a way to check to see if a certain rule matched or not? I have a number of rules setup which seem to be working, but I'm not sure how to validate that.
Is there a specific ipfw command to show rules that match or a log to check?
I found the answer to my own question:
ipfw -a list
from the shell provides the output I was looking for.
I can see my queues are matching perfectly :)