Loading net/ipv6/exthdrs.c +1 −1 Original line number Diff line number Diff line Loading @@ -399,7 +399,7 @@ static int ipv6_rthdr_rcv(struct sk_buff **skbp) break; #endif case IPV6_SRCRT_TYPE_0: if (accept_source_route <= 0) if (accept_source_route > 0) break; kfree_skb(skb); return -1; Loading Loading
net/ipv6/exthdrs.c +1 −1 Original line number Diff line number Diff line Loading @@ -399,7 +399,7 @@ static int ipv6_rthdr_rcv(struct sk_buff **skbp) break; #endif case IPV6_SRCRT_TYPE_0: if (accept_source_route <= 0) if (accept_source_route > 0) break; kfree_skb(skb); return -1; Loading