On Tue, 2009-01-06 at 09:19 -0500, jamal wrote: > Hi Andreas, > > On Tue, 2009-01-06 at 12:48 +0100, Andreas Henriksson wrote:
> > PS. For the absolutely latest iproute version (as there has been no > > additional commits in upstream git since the last "v2.6.27" release), > > build from debians "pkg-iproute" git repo: > > git clone git://git.debian.org/git/collab-maint/pkg-iproute > > apt-get build-dep iproute > > apt-get install git-buildpackage build-essentials > > cd pkg-iproute > > git-buildpackage > > > > > > I run debian exclusively these days (but unfortunately my own dev tc); > so it shouldnt be hard to reproduce this. I will spend time this week > looking into this issue. > Ok, spent a little time on it; installed latest default iproute2 on debian etch: ---- dogo:~# export IPTABLES_LIB_DIR=/lib/xtables dogo:~# 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 tc: symbol lookup error: /lib/xtables/libxt_MARK.so: undefined symbol: param_act ----- Which rings a bell. Jan Engelhardt kindly added an interface to access xtables back in Aug/July. Unfortunately the tree from which i derived my version seems un-accessible (possibly because it was a -dev at the time; if you want to try: git://dev.medozas.de/xtables-dev libxtables). You will need i think a newer version of libxtables than what Debian already has. cheers, jamal -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org