On 8/2/2017 11:41 AM, Roopa Prabhu wrote: > On Mon, Jul 31, 2017 at 5:40 PM, Amritha Nambiar > <amritha.namb...@intel.com> wrote: >> The Mirred/redirect action is extended to accept a traffic >> class on the device in addition to the device's ifindex. >> >> Usage: mirred <DIRECTION> <ACTION> <dev DEVICENAME> <tc TC_INDEX> >> >> Example: >> # tc qdisc add dev eth0 ingress >> >> # tc filter add dev eth0 protocol ip parent ffff: prio 1 flower\ >> dst_ip 192.168.1.1/32 ip_proto udp dst_port 22\ >> indev eth0 action mirred ingress redirect dev eth0 tc 1 > > > Can we call the new parameter tclass or something else ?. > with this 'tc' appears twice in the command :) >
Sounds right. I was already thinking of alternatives like 'tcqgroup', 'qgroup' and now we have 'tclass'.