From: Stephen Hemminger <shemminger@linux-foundation.org>
To: Denys Fedoryshchenko <denys@visp.net.lb>
Cc: shemminger@linuxfoundation.org, netdev@vger.kernel.org
Subject: Re: Fwd: iproute2 / xtables / undefined symbol in m_ipt again
Date: Wed, 2 Jul 2008 12:10:12 -0700 [thread overview]
Message-ID: <20080702121012.01678189@extreme> (raw)
In-Reply-To: <200807022158.00343.denys@visp.net.lb>
On Wed, 2 Jul 2008 21:58:00 +0300
Denys Fedoryshchenko <denys@visp.net.lb> wrote:
> I did test on vanilla iptables and git iproute2.
> Only thing i change - corrected path to libraries in iproute2 sources.
>
> How it can work correctly if iptables doesn't add param_act (which is inside xtables.o) to anything else than iptables/ip6tables/iptables-restore/iptables-multi binaries?
> It is physically impossible. Possibly your iproute2 using old iptables library, since in new one path to libraries is changed.
>
> The new iptables will show:
> tablename: mangle hook: NF_IP_PRE_ROUTING
> target: MARK xset 0xc8/0xffffffff index 0
>
> old:
> tablename: mangle hook: NF_IP_PRE_ROUTING
> target: MARK set 0xcb index 0
>
> Command:
> $TC filter add dev $2 parent ffff: protocol ip prio 10 u32 \
> match u32 0 0 flowid 1:1 \
> action ipt -j MARK --set-mark ${id} \
> action mirred egress redirect dev ifb0
>
> On Wednesday 02 July 2008, Stephen Hemminger wrote:
> >
> > This needs more investigation. I think it is more of problem with your iptables
> > library installation than iproute. It works fine for me build/run on Ubuntu Hardy.
> >
>
>
>
Ubuntu ships iptables 1.3.8 and Debian ships 1.4.0 in Lenny(testing), 1.3.6 in Sarge (stable[ancient])
Iptables needs to build/install working complete libraries. I'm not going to drag bits
and pieces back to iproute
If iptables
prev parent reply other threads:[~2008-07-02 19:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <200807021308.20117.denys@visp.net.lb>
[not found] ` <20080702111139.43ca320a@extreme>
2008-07-02 18:58 ` Fwd: iproute2 / xtables / undefined symbol in m_ipt again Denys Fedoryshchenko
2008-07-02 19:10 ` Stephen Hemminger [this message]
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=20080702121012.01678189@extreme \
--to=shemminger@linux-foundation.org \
--cc=denys@visp.net.lb \
--cc=netdev@vger.kernel.org \
--cc=shemminger@linuxfoundation.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.