All of lore.kernel.org
 help / color / mirror / Atom feed
* [XFRM]: Fix IPv4 tunnel mode decapsulation with IPV6=n
@ 2007-02-13  0:16 Patrick McHardy
  2007-02-13  4:27 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Patrick McHardy @ 2007-02-13  0:16 UTC (permalink / raw)
  To: David S. Miller; +Cc: Kernel Netdev Mailing List

[-- Attachment #1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #2: x --]
[-- Type: text/plain, Size: 914 bytes --]

[XFRM]: Fix IPv4 tunnel mode decapsulation with IPV6=n

Add missing break when CONFIG_IPV6=n.

Signed-off-by: Patrick McHardy <kaber@trash.net>

---
commit 651521586d5f08c5d6d7198ceef1555b93135b6a
tree 5ee1183f4bc1f49f467b5bdcfebf1c5181bffcd7
parent 6ec183b20c4a1c0eafd541444ae11f8e5779d153
author Patrick McHardy <kaber@trash.net> Tue, 13 Feb 2007 01:14:35 +0100
committer Patrick McHardy <kaber@trash.net> Tue, 13 Feb 2007 01:14:35 +0100

 net/ipv4/xfrm4_mode_tunnel.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/net/ipv4/xfrm4_mode_tunnel.c b/net/ipv4/xfrm4_mode_tunnel.c
index e54c549..e1cab33 100644
--- a/net/ipv4/xfrm4_mode_tunnel.c
+++ b/net/ipv4/xfrm4_mode_tunnel.c
@@ -95,6 +95,7 @@ static int xfrm4_tunnel_input(struct xfr
 
 	switch(iph->protocol){
 		case IPPROTO_IPIP:
+			break;
 #if defined(CONFIG_IPV6) || defined (CONFIG_IPV6_MODULE)
 		case IPPROTO_IPV6:
 			break;

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [XFRM]: Fix IPv4 tunnel mode decapsulation with IPV6=n
  2007-02-13  0:16 [XFRM]: Fix IPv4 tunnel mode decapsulation with IPV6=n Patrick McHardy
@ 2007-02-13  4:27 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2007-02-13  4:27 UTC (permalink / raw)
  To: kaber; +Cc: netdev


Thanks for this bug fix Patrick, applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-02-13  4:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-13  0:16 [XFRM]: Fix IPv4 tunnel mode decapsulation with IPV6=n Patrick McHardy
2007-02-13  4:27 ` 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.