* [PATCH] fix typo in net/ipv6/Kconfig
@ 2008-04-24 10:39 Michael Beasley
2008-04-24 10:47 ` David Miller
2008-04-25 23:58 ` Maciej W. Rozycki
0 siblings, 2 replies; 8+ messages in thread
From: Michael Beasley @ 2008-04-24 10:39 UTC (permalink / raw)
To: linux-kernel
diff --git a/net/ipv6/Kconfig b/net/ipv6/Kconfig
index eb0b808..56b4d86 100644
--- a/net/ipv6/Kconfig
+++ b/net/ipv6/Kconfig
@@ -172,7 +172,7 @@ config IPV6_SIT
Tunneling means encapsulating data of one protocol type within
another protocol and sending it over a channel that understands the
encapsulating protocol. This driver implements encapsulation of IPv6
- into IPv4 packets. This is useful if you want to connect two IPv6
+ into IPv4 packets. This is useful if you want to connect to IPv6
networks over an IPv4-only path.
Saying M here will produce a module called sit.ko. If unsure, say Y.
Two is used in the wrong context here, as you are connecting to an IPv6 network
over IPv4; not connecting two IPv6 networks to an IPv4 one.
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH] fix typo in net/ipv6/Kconfig
2008-04-24 10:39 [PATCH] fix typo in net/ipv6/Kconfig Michael Beasley
@ 2008-04-24 10:47 ` David Miller
2008-04-25 23:58 ` Maciej W. Rozycki
1 sibling, 0 replies; 8+ messages in thread
From: David Miller @ 2008-04-24 10:47 UTC (permalink / raw)
To: youvegotmoxie; +Cc: linux-kernel, netdev
From: Michael Beasley <youvegotmoxie@gmail.com>
Date: Thu, 24 Apr 2008 06:39:50 -0400
> diff --git a/net/ipv6/Kconfig b/net/ipv6/Kconfig
> index eb0b808..56b4d86 100644
> --- a/net/ipv6/Kconfig
> +++ b/net/ipv6/Kconfig
> @@ -172,7 +172,7 @@ config IPV6_SIT
> Tunneling means encapsulating data of one protocol type within
> another protocol and sending it over a channel that understands the
> encapsulating protocol. This driver implements encapsulation of IPv6
> - into IPv4 packets. This is useful if you want to connect two IPv6
> + into IPv4 packets. This is useful if you want to connect to IPv6
> networks over an IPv4-only path.
>
> Saying M here will produce a module called sit.ko. If unsure, say Y.
Your email client corrupted the patch, it has turned tab characters
into spaces.
You should also be sure to post your networking patches to
netdev@vger.kernel.org as that's where the networking developers
listen.
Please also provide a proper Signed-off-by: line for your patch (see
linux/Docuemtnation/SubmittingPatches, section 5).
Thanks.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH] fix typo in net/ipv6/Kconfig
@ 2008-04-24 12:40 Michael Beasley
2008-04-25 6:50 ` David Miller
0 siblings, 1 reply; 8+ messages in thread
From: Michael Beasley @ 2008-04-24 12:40 UTC (permalink / raw)
To: netdev
From: Michael Beasley <youvegotmoxie@gmail.com>
Two is used in the wrong context here, as you are connecting to an IPv6 network
over IPv4; not connecting two IPv6 networks to an IPv4 one.
Signed-off-by: Michael Beasley <youvegotmoxie@gmail.com>
---
diff --git a/net/ipv6/Kconfig b/net/ipv6/Kconfig
index eb0b808..56b4d86 100644
--- a/net/ipv6/Kconfig
+++ b/net/ipv6/Kconfig
@@ -172,7 +172,7 @@ config IPV6_SIT
Tunneling means encapsulating data of one protocol type within
another protocol and sending it over a channel that understands the
encapsulating protocol. This driver implements encapsulation of IPv6
- into IPv4 packets. This is useful if you want to connect two IPv6
+ into IPv4 packets. This is useful if you want to connect to IPv6
networks over an IPv4-only path.
Saying M here will produce a module called sit.ko. If unsure, say Y.
---
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH] fix typo in net/ipv6/Kconfig
2008-04-24 12:40 Michael Beasley
@ 2008-04-25 6:50 ` David Miller
2008-04-25 23:59 ` Maciej W. Rozycki
0 siblings, 1 reply; 8+ messages in thread
From: David Miller @ 2008-04-25 6:50 UTC (permalink / raw)
To: youvegotmoxie; +Cc: netdev
From: Michael Beasley <youvegotmoxie@gmail.com>
Date: Thu, 24 Apr 2008 08:40:09 -0400
> From: Michael Beasley <youvegotmoxie@gmail.com>
>
> Two is used in the wrong context here, as you are connecting to an IPv6 network
> over IPv4; not connecting two IPv6 networks to an IPv4 one.
>
> Signed-off-by: Michael Beasley <youvegotmoxie@gmail.com>
Applied, thanks Michael.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] fix typo in net/ipv6/Kconfig
2008-04-24 10:39 [PATCH] fix typo in net/ipv6/Kconfig Michael Beasley
2008-04-24 10:47 ` David Miller
@ 2008-04-25 23:58 ` Maciej W. Rozycki
2008-04-26 0:18 ` David Miller
1 sibling, 1 reply; 8+ messages in thread
From: Maciej W. Rozycki @ 2008-04-25 23:58 UTC (permalink / raw)
To: Michael Beasley; +Cc: linux-kernel
On Thu, 24 Apr 2008, Michael Beasley wrote:
> diff --git a/net/ipv6/Kconfig b/net/ipv6/Kconfig
> index eb0b808..56b4d86 100644
> --- a/net/ipv6/Kconfig
> +++ b/net/ipv6/Kconfig
> @@ -172,7 +172,7 @@ config IPV6_SIT
> Tunneling means encapsulating data of one protocol type within
> another protocol and sending it over a channel that understands the
> encapsulating protocol. This driver implements encapsulation of IPv6
> - into IPv4 packets. This is useful if you want to connect two IPv6
> + into IPv4 packets. This is useful if you want to connect to IPv6
> networks over an IPv4-only path.
>
> Saying M here will produce a module called sit.ko. If unsure, say Y.
>
> Two is used in the wrong context here, as you are connecting to an IPv6 network
> over IPv4; not connecting two IPv6 networks to an IPv4 one.
NAK. The text correctly describes the scenario. You have two IPv6
networks, between which you set up a SIT tunnel which transmits data
between the two networks encapsulated in IPv4 packets. If you find the
text not self-explanatory, then perhaps the sentence could be rewritten as
follows:
"This is useful if you want to connect two IPv6 networks to each other
over an IPv4-only path."
Maciej
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] fix typo in net/ipv6/Kconfig
2008-04-25 6:50 ` David Miller
@ 2008-04-25 23:59 ` Maciej W. Rozycki
2008-04-27 5:51 ` David Miller
0 siblings, 1 reply; 8+ messages in thread
From: Maciej W. Rozycki @ 2008-04-25 23:59 UTC (permalink / raw)
To: David Miller; +Cc: youvegotmoxie, netdev
On Thu, 24 Apr 2008, David Miller wrote:
> From: Michael Beasley <youvegotmoxie@gmail.com>
> Date: Thu, 24 Apr 2008 08:40:09 -0400
>
> > From: Michael Beasley <youvegotmoxie@gmail.com>
> >
> > Two is used in the wrong context here, as you are connecting to an IPv6 network
> > over IPv4; not connecting two IPv6 networks to an IPv4 one.
> >
> > Signed-off-by: Michael Beasley <youvegotmoxie@gmail.com>
>
> Applied, thanks Michael.
Please revert, the change is wrong as described in my other mail.
Maciej
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] fix typo in net/ipv6/Kconfig
2008-04-25 23:58 ` Maciej W. Rozycki
@ 2008-04-26 0:18 ` David Miller
0 siblings, 0 replies; 8+ messages in thread
From: David Miller @ 2008-04-26 0:18 UTC (permalink / raw)
To: macro; +Cc: youvegotmoxie, linux-kernel
From: "Maciej W. Rozycki" <macro@linux-mips.org>
Date: Sat, 26 Apr 2008 00:58:49 +0100 (BST)
> On Thu, 24 Apr 2008, Michael Beasley wrote:
>
> > diff --git a/net/ipv6/Kconfig b/net/ipv6/Kconfig
> > index eb0b808..56b4d86 100644
> > --- a/net/ipv6/Kconfig
> > +++ b/net/ipv6/Kconfig
> > @@ -172,7 +172,7 @@ config IPV6_SIT
> > Tunneling means encapsulating data of one protocol type within
> > another protocol and sending it over a channel that understands the
> > encapsulating protocol. This driver implements encapsulation of IPv6
> > - into IPv4 packets. This is useful if you want to connect two IPv6
> > + into IPv4 packets. This is useful if you want to connect to IPv6
> > networks over an IPv4-only path.
> >
> > Saying M here will produce a module called sit.ko. If unsure, say Y.
> >
> > Two is used in the wrong context here, as you are connecting to an IPv6 network
> > over IPv4; not connecting two IPv6 networks to an IPv4 one.
>
> NAK. The text correctly describes the scenario. You have two IPv6
> networks, between which you set up a SIT tunnel which transmits data
> between the two networks encapsulated in IPv4 packets. If you find the
> text not self-explanatory, then perhaps the sentence could be rewritten as
> follows:
>
> "This is useful if you want to connect two IPv6 networks to each other
> over an IPv4-only path."
This patch is already in Linus's tree, someone send me a revert
if they want it changed back.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] fix typo in net/ipv6/Kconfig
2008-04-25 23:59 ` Maciej W. Rozycki
@ 2008-04-27 5:51 ` David Miller
0 siblings, 0 replies; 8+ messages in thread
From: David Miller @ 2008-04-27 5:51 UTC (permalink / raw)
To: macro; +Cc: youvegotmoxie, netdev
From: "Maciej W. Rozycki" <macro@linux-mips.org>
Date: Sat, 26 Apr 2008 00:59:57 +0100 (BST)
> On Thu, 24 Apr 2008, David Miller wrote:
>
> > From: Michael Beasley <youvegotmoxie@gmail.com>
> > Date: Thu, 24 Apr 2008 08:40:09 -0400
> >
> > > From: Michael Beasley <youvegotmoxie@gmail.com>
> > >
> > > Two is used in the wrong context here, as you are connecting to an IPv6 network
> > > over IPv4; not connecting two IPv6 networks to an IPv4 one.
> > >
> > > Signed-off-by: Michael Beasley <youvegotmoxie@gmail.com>
> >
> > Applied, thanks Michael.
>
> Please revert, the change is wrong as described in my other mail.
Done, thanks.
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2008-04-27 5:51 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-24 10:39 [PATCH] fix typo in net/ipv6/Kconfig Michael Beasley
2008-04-24 10:47 ` David Miller
2008-04-25 23:58 ` Maciej W. Rozycki
2008-04-26 0:18 ` David Miller
-- strict thread matches above, loose matches on Subject: below --
2008-04-24 12:40 Michael Beasley
2008-04-25 6:50 ` David Miller
2008-04-25 23:59 ` Maciej W. Rozycki
2008-04-27 5:51 ` David Miller
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.