WFQ Traffic Shaper: Highnpacket loss in higher-priority queue

Started by namezero111111, April 07, 2018, 09:01:58 AM

Previous topic - Next topic
I mean just IP, no UDP or ICMP, and then change src or dst fields to see if this fits your needs. If yes, change it to just icmp and go on

Ok, apparently the issue occurs is at the end of the rules there is a  default "catch all" rule:
QuoteSequence 9999
ip any to any -> default queue

In this case, traffic matching earlier rules is pushed through both the proper queue and the default queue. Then the issue occurs.

How would we properly create a rule saying "anything that didn't match any of the above" then?
Seems as through some sort of "quick" option on the ipfw queue rule would be the right thing?