Loading net/ipv6/ip6_output.c +1 −1 Original line number Diff line number Diff line Loading @@ -666,7 +666,7 @@ static int ip6_fragment(struct sk_buff *skb, int (*output)(struct sk_buff *)) */ fh->nexthdr = nexthdr; fh->reserved = 0; if (frag_id) { if (!frag_id) { ipv6_select_ident(skb, fh); frag_id = fh->identification; } else Loading Loading
net/ipv6/ip6_output.c +1 −1 Original line number Diff line number Diff line Loading @@ -666,7 +666,7 @@ static int ip6_fragment(struct sk_buff *skb, int (*output)(struct sk_buff *)) */ fh->nexthdr = nexthdr; fh->reserved = 0; if (frag_id) { if (!frag_id) { ipv6_select_ident(skb, fh); frag_id = fh->identification; } else Loading