All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yawhen Kasarzhewski <yevg@pisem.net>
To: netdev@vger.kernel.org
Subject: tc ipt action bug
Date: Sat, 03 Jan 2009 22:29:28 +0200	[thread overview]
Message-ID: <495FCAA8.1000005@pisem.net> (raw)

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


             reply	other threads:[~2009-01-03 20:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-03 20:29 Yawhen Kasarzhewski [this message]
2009-01-04 14:48 ` tc ipt action bug jamal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=495FCAA8.1000005@pisem.net \
    --to=yevg@pisem.net \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.