From: "David S. Miller" <davem@davemloft.net>
To: Herbert Xu <herbert@gondor.apana.org.au>
Cc: netdev@oss.sgi.com
Subject: Re: [TCP] Modular IPv6 support in tcpdiag
Date: Wed, 3 Nov 2004 12:20:50 -0800 [thread overview]
Message-ID: <20041103122050.50f6f556.davem@davemloft.net> (raw)
In-Reply-To: <20041103094451.GA20220@gondor.apana.org.au>
On Wed, 3 Nov 2004 20:44:51 +1100
Herbert Xu <herbert@gondor.apana.org.au> wrote:
> This patch allows tcpdiag to support ipv6 work as a module when itself
> is also a module.
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)
I don't see the need for the special new config option.
next prev parent reply other threads:[~2004-11-03 20:20 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-03 9:44 [TCP] Modular IPv6 support in tcpdiag Herbert Xu
2004-11-03 11:26 ` YOSHIFUJI Hideaki / 吉藤英明
2004-11-03 17:16 ` Stephen Hemminger
2004-11-03 20:32 ` Herbert Xu
2004-11-03 20:20 ` David S. Miller [this message]
2004-11-03 20:34 ` Herbert Xu
2004-11-03 20:29 ` David S. Miller
2004-11-03 20:43 ` Herbert Xu
2004-11-03 20:41 ` David S. Miller
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=20041103122050.50f6f556.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=herbert@gondor.apana.org.au \
--cc=netdev@oss.sgi.com \
/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.