Loading net/ipv6/exthdrs.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -400,6 +400,7 @@ static int ipv6_rthdr_rcv(struct sk_buff **skbp) switch (hdr->type) { switch (hdr->type) { #ifdef CONFIG_IPV6_MIP6 #ifdef CONFIG_IPV6_MIP6 case IPV6_SRCRT_TYPE_2: break; break; #endif #endif case IPV6_SRCRT_TYPE_0: case IPV6_SRCRT_TYPE_0: Loading Loading
net/ipv6/exthdrs.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -400,6 +400,7 @@ static int ipv6_rthdr_rcv(struct sk_buff **skbp) switch (hdr->type) { switch (hdr->type) { #ifdef CONFIG_IPV6_MIP6 #ifdef CONFIG_IPV6_MIP6 case IPV6_SRCRT_TYPE_2: break; break; #endif #endif case IPV6_SRCRT_TYPE_0: case IPV6_SRCRT_TYPE_0: Loading