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?
The text was updated successfully, but these errors were encountered:
ktsaou
added a commit
to ktsaou/firehol
that referenced
this issue
Aug 16, 2017
Using, FireQOS 3.1.3 when I configure a class that has
match tcp
ormatch protocol tcp
, the resultingtc filter
command is missing the appropriate match statement. According to FireQOS debug mode, the resultingtc
command istc filter add dev eth0 parent 1:0 protocol ip prio 10 flowid 1:11
. Shouldn't thetc
command containmatch ip protocol 6
somewhere?The text was updated successfully, but these errors were encountered: