W dniu 31.05.2013 12:29, Andreas Henriksson napisaƂ(a):
[...]
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.

# iptables -L -n | grep ABC
Chain ABC (0 references)

# tc filter add dev eth1 parent ffff: protocol ip prio 10 u32 match u32 0 0 flowid 1:1 action xt -j ABC action mirred egress redirect dev ifb0
 failed to find target ABC

bad action parsing
parse_action: bad value (9:xt)!
Illegal "action"

That looks like the same problem you pointed out a year ago on linux-netdev mailing list:
http://marc.info/?l=linux-netdev&m=134105805817153&w=2

Out of curiosity - did you resolved the issue then?

iproute                                20120521-3
iptables                               1.4.14-3.1
xtables-addons-common                  1.42-2+b1

--
Piotr Janusz


--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to