[FEISTY]: [PATCH] Bug fix to ipv6 security fix, from stable kernel 2.6.20.10
Phillip Lougher
phillip at lougher.demon.co.uk
Thu May 3 12:58:55 UTC 2007
>From 2b302aefcbb63c95a47bdd17118214eddddedc6c Mon Sep 17 00:00:00 2001
From: YOSHIFUJI Hideaki <yoshfuji at linux-ipv6.org>
Date: Fri, 27 Apr 2007 02:13:02 -0700
Subject: [PATCH] (Bug fix to ipv6 security fix, from stable kernel 2.6.20.10)
IPV6: Fix for RT0 header ipv6 change.
[IPV6]: Fix thinko in ipv6_rthdr_rcv() changes.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji at linux-ipv6.org>
Signed-off-by: David S. Miller <davem at davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh at suse.de>
(cherry picked from commit 9d08f139275450f9366d85ba09b9a2e09bb33766)
---
net/ipv6/exthdrs.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/net/ipv6/exthdrs.c b/net/ipv6/exthdrs.c
index 5fd7cf9..de96e1a 100644
--- a/net/ipv6/exthdrs.c
+++ b/net/ipv6/exthdrs.c
@@ -397,6 +397,7 @@ static int ipv6_rthdr_rcv(struct sk_buff **skbp)
switch (hdr->type) {
#ifdef CONFIG_IPV6_MIP6
+ case IPV6_SRCRT_TYPE_2:
break;
#endif
case IPV6_SRCRT_TYPE_0:
--
1.4.4.2
More information about the kernel-team
mailing list