summaryrefslogtreecommitdiff
path: root/net
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 /net
parent49e9f70f8e7a4df00a5185e7f5c91e3c583847db (diff)
downloadlinux-3.10-ebbd90a730711280142017e482f27ec3fbb4f227.tar.gz
linux-3.10-ebbd90a730711280142017e482f27ec3fbb4f227.tar.bz2
linux-3.10-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>
Diffstat (limited to '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 4aa7fb024b3..6d8e4ac7bda 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: