aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>2007-04-27 02:13:39 -0700
committerDavid S. Miller <davem@davemloft.net>2007-04-27 02:13:39 -0700
commitebbd90a730711280142017e482f27ec3fbb4f227 (patch)
tree3c4d043a45652589aaf6b4ba28c70f2706a71123
parent[IPV4]: Add multipath cached to feature-removal-schedule.txt (diff)
downloadlinux-dev-ebbd90a730711280142017e482f27ec3fbb4f227.tar.xz
linux-dev-ebbd90a730711280142017e482f27ec3fbb4f227.zip
[IPV6]: Fix thinko in ipv6_rthdr_rcv() changes.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--net/ipv6/exthdrs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/exthdrs.c b/net/ipv6/exthdrs.c
index 4aa7fb024b3a..6d8e4ac7bdad 100644
--- a/net/ipv6/exthdrs.c
+++ b/net/ipv6/exthdrs.c
@@ -400,6 +400,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: