The netfilter mark field is heavly used nowadays to communicate between tc, netfilter and ip rule. Classifiers are not yet capable of modifying the nfmark field. However it would make sense, especia
Hi there, This is a bad idea. Please consider using the tc action extensions. I was going to write a generic metadata modifier action (classid, tcindex, nfmark etc). Maybe you can beat me to it. chee
You mean TC_POLICE_NFMARK? This was actually my initial idea but I wanted to avoid a dependency mess. I also thought about that, more specificly: Extend tcf_result and set nfmark/tcindex in tc_class
I meant this: http://www.cyberus.ca/~hadi/patches/action/README so you can do: tc filter add dev lo parent ffff: protocol ip prio 10 u32 match ip src \ 127.0.0.1/32 flowid 1:1 .... action metaset cla
Hello The netfilter mark field is heavly used nowadays to communicate between tc, netfilter and ip rule. Classifiers are not yet capable of modifying the nfmark field. However it would make sense, es
Hi there, This is a bad idea. Please consider using the tc action extensions. I was going to write a generic metadata modifier action (classid, tcindex, nfmark etc). Maybe you can beat me to it. chee
Hello You mean TC_POLICE_NFMARK? This was actually my initial idea but I wanted to avoid a dependency mess. I also thought about that, more specificly: Extend tcf_result and set nfmark/tcindex in tc_
I meant this: http://www.cyberus.ca/~hadi/patches/action/README so you can do: tc filter add dev lo parent ffff: protocol ip prio 10 u32 match ip src \ 127.0.0.1/32 flowid 1:1 .... action metaset cla