Loading net/ipv6/ip6_gre.c +3 −0 Original line number Diff line number Diff line Loading @@ -903,6 +903,9 @@ static netdev_tx_t ip6erspan_tunnel_xmit(struct sk_buff *skb, truncate = true; } if (skb_cow_head(skb, dev->needed_headroom)) goto tx_err; t->parms.o_flags &= ~TUNNEL_KEY; IPCB(skb)->flags = 0; Loading Loading
net/ipv6/ip6_gre.c +3 −0 Original line number Diff line number Diff line Loading @@ -903,6 +903,9 @@ static netdev_tx_t ip6erspan_tunnel_xmit(struct sk_buff *skb, truncate = true; } if (skb_cow_head(skb, dev->needed_headroom)) goto tx_err; t->parms.o_flags &= ~TUNNEL_KEY; IPCB(skb)->flags = 0; Loading