From mboxrd@z Thu Jan 1 00:00:00 1970 From: KOVACS Krisztian Subject: Re: [PATCH 7/9] tproxy: added IPv6 support to the TPROXY target Date: Thu, 21 Oct 2010 10:50:14 +0200 Message-ID: <1287651014.13326.2.camel@este.odu> References: <20101020112118.6260.31618.stgit@este.odu> <20101020112118.6260.51773.stgit@este.odu> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, netfilter-devel@vger.kernel.org, Patrick McHardy , David Miller To: Jan Engelhardt Return-path: Received: from brother.balabit.com ([195.70.62.219]:50680 "EHLO lists.balabit.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753163Ab0JUJSc (ORCPT ); Thu, 21 Oct 2010 05:18:32 -0400 In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-ID: Hi, On Thu, 2010-10-21 at 10:47 +0200, Jan Engelhardt wrote: > 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. True, though iptables has its own copy of the header anyway. --KK