Well it isn't working though, I've tried that on both PCs I have, both running fresh lenny/sid, amd64 and i386 respectively:

r...@warp:~# export IPTABLES_LIB_DIR=/lib/xtables
r...@warp:~# tc filter add dev lo parent ffff: protocol ip prio 10 u32 match u32 0 0 flowid 1:1 action ipt -j MARK --set-mark 1 action mirred egress redirect dev eth0
/lib/xtables/libxt_MARK.so: undefined symbol: mark
failed to find target MARK

bad action parsing
parse_action: bad value (11:ipt)!
Illegal "action"


warp:~# export IPTABLES_LIB_DIR=/lib/xtables
warp:~# tc filter add dev ppp0 parent ffff: protocol ip prio 10 u32 match u32 0 0 flowid 1:1 action ipt -j MARK --set-mark 1 action mirred egress redirect dev ifb0
/lib/xtables/libxt_MARK.so: undefined symbol: mark
failed to find target MARK

bad action parsing
parse_action: bad value (11:ipt)!
Illegal "action"


jamal wrote:
On Wed, 2009-01-07 at 05:06 +0100, Jan Engelhardt wrote:
Yevgeny - It should work since you have a newer iptables
i.e follow what i did. If it fails - please post the steps you did
(dont forget to export IPTABLES_LIB_DIR first so it can be seen by
ipt)

cheers,
jamal






--
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