[SOLVED] Check Traffic Shaper Rules

Started by guest15389, March 02, 2017, 01:40:40 AM

Previous topic - Next topic
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 :)