From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David S. Miller" Subject: Re: [TCP] Modular IPv6 support in tcpdiag Date: Wed, 3 Nov 2004 12:29:41 -0800 Message-ID: <20041103122941.71a5b440.davem@davemloft.net> References: <20041103094451.GA20220@gondor.apana.org.au> <20041103122050.50f6f556.davem@davemloft.net> <20041103203414.GB25279@gondor.apana.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netdev@oss.sgi.com Return-path: To: Herbert Xu In-Reply-To: <20041103203414.GB25279@gondor.apana.org.au> Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com List-Id: netdev.vger.kernel.org On Thu, 4 Nov 2004 07:34:14 +1100 Herbert Xu wrote: > On Wed, Nov 03, 2004 at 12:20:50PM -0800, David S. Miller wrote: > > > > Any particular reason you didn't use the same config ifdef > > tests we use for structure layouts? Ie. > > > > #if defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE) > > If I used that then it'll break when TCPDIAG is built-in and > IPv6 is built as a module. I see, you need the ipv6 tcp socket lookup symbols... hmmm.