Skip to content

Commit

Permalink
[IPV6]: Fix thinko in ipv6_rthdr_rcv() changes.
Browse files Browse the repository at this point in the history
Signed-off-by: YOSHIFUJI Hideaki <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
yoshfuji authored and davem330 committed Apr 27, 2007
1 parent 49e9f70 commit ebbd90a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/ipv6/exthdrs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ebbd90a

Please sign in to comment.