On Fri, May 31, 2013 at 11:37:50AM +0200, Piotr Janusz wrote:
[...]
> After reverting iproute to stable:
> 
> tc filter add dev eth1 parent ffff: protocol ip prio 10 u32 match
> u32 0 0 flowid 1:1 action xt -j MARK --set-mark 1 action mirred
> egress redirect dev ifb0
> xt: unrecognized option '--set-mark'
[...]

The tc ipt/xt module does not support all of iptables command-line syntax.
You need to only use supported options, which is limited to --jump (-j)
as far as I can tell from  my quick look at tc/m_xt.c and tc/m_ipt.c.

If you want to make more advanced configurations, you set up a chain
with iptables that contains all the advanced configuration, and then
you set up tc xt module to jump to that chain.

-- 
Andreas Henriksson


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to