diff options
Diffstat (limited to 'net/ipv6/exthdrs.c')
-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: |