[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LNX.2.01.1010211042190.22922@obet.zrqbmnf.qr>
Date: Thu, 21 Oct 2010 10:47:08 +0200 (CEST)
From: Jan Engelhardt <jengelh@...ozas.de>
To: KOVACS Krisztian <hidden@...abit.hu>
cc: netdev@...r.kernel.org, netfilter-devel@...r.kernel.org,
Patrick McHardy <kaber@...sh.net>,
David Miller <davem@...emloft.net>
Subject: Re: [PATCH 7/9] tproxy: added IPv6 support to the TPROXY target
On Wednesday 2010-10-20 13:21, KOVACS Krisztian wrote:
>
> /* TPROXY target is capable of marking the packet to perform
> * redirection. We can get rid of that whenever we get support for
> * mutliple targets in the same rule. */
>-struct xt_tproxy_target_info {
>+struct xt_tproxy_target_info_v0 {
> u_int32_t mark_mask;
> u_int32_t mark_value;
> __be32 laddr;
> __be16 lport;
> };
You cannot change the struct name either, or it may break userspace
compilations.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists