How Can I configure a "catch all" filter with tc filter
?
I tested with the following code but it gave me the error: "Unknown filter "1:100", hence option "protocol" is unparsable"
:
tc filter add dev $IF_LAN parent 1:100 protocol ip prio 7 flowid 1:190
Thanks in advance.