All of lore.kernel.org
 help / color / mirror / Atom feed
* tc ipt action bug
@ 2009-01-03 20:29 Yawhen Kasarzhewski
  2009-01-04 14:48 ` jamal
  0 siblings, 1 reply; 2+ messages in thread
From: Yawhen Kasarzhewski @ 2009-01-03 20:29 UTC (permalink / raw)
  To: netdev

iproute is still using old iptables so failing to work with new xt_tables:

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/iptables/libipt_mark.so: cannot open shared object file: No such 
file or directory
failed to find target MARK
warp:~# find /lib -name "*mark.so"
/lib/ebtables/libebt_mark.so
/lib/xtables/libxt_connmark.so
/lib/xtables/libxt_mark.so
warp:~# iptables -V
iptables v1.4.1.1
warp:~# tc -V
tc utility, iproute2-ss080725
warp:~# uname -a
Linux warp 2.6.26 #2 Sun Jul 27 21:06:55 EEST 2008 i686 GNU/Linux


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-01-04 14:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-03 20:29 tc ipt action bug Yawhen Kasarzhewski
2009-01-04 14:48 ` jamal

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.