diff options
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2007-04-27 05:13:39 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-04-27 05:13:39 -0400 |
commit | ebbd90a730711280142017e482f27ec3fbb4f227 (patch) | |
tree | 3c4d043a45652589aaf6b4ba28c70f2706a71123 /net/ipv6 | |
parent | 49e9f70f8e7a4df00a5185e7f5c91e3c583847db (diff) |
[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/ipv6')
-rw-r--r-- | 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 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) | |||
400 | 400 | ||
401 | switch (hdr->type) { | 401 | switch (hdr->type) { |
402 | #ifdef CONFIG_IPV6_MIP6 | 402 | #ifdef CONFIG_IPV6_MIP6 |
403 | case IPV6_SRCRT_TYPE_2: | ||
403 | break; | 404 | break; |
404 | #endif | 405 | #endif |
405 | case IPV6_SRCRT_TYPE_0: | 406 | case IPV6_SRCRT_TYPE_0: |