Using, FireQOS 3.1.3 when I configure a class that has match tcp or match protocol tcp, the resulting tc filter command is missing the appropriate match statement. According to FireQOS debug mode, the resulting tc command is tc filter add dev eth0 parent 1:0 protocol ip prio 10 flowid 1:11. Shouldn't the tc command contain match ip protocol 6 somewhere?
Using, FireQOS 3.1.3 when I configure a class that has
match tcpormatch protocol tcp, the resultingtc filtercommand is missing the appropriate match statement. According to FireQOS debug mode, the resultingtccommand istc filter add dev eth0 parent 1:0 protocol ip prio 10 flowid 1:11. Shouldn't thetccommand containmatch ip protocol 6somewhere?