X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=net%2Fipv6%2Fsit.c;h=b2e44f478e146369c3029d703037b81aa94964a7;hb=8b27f27797cac5ed9b2f3e63dac89a7ae70e70a7;hp=1d1458a3b7c47ef8bbb885cf641be7888113b105;hpb=117961878cc1386923cfddcdd9016b777827c8dd;p=~andy%2Flinux diff --git a/net/ipv6/sit.c b/net/ipv6/sit.c index 1d1458a3b7c..b2e44f478e1 100644 --- a/net/ipv6/sit.c +++ b/net/ipv6/sit.c @@ -622,7 +622,7 @@ static int ipip6_rcv(struct sk_buff *skb) tstats->rx_bytes += skb->len; if (!net_eq(tunnel->net, dev_net(tunnel->dev))) - skb_scrub_packet(skb); + skb_scrub_packet(skb, true); netif_rx(skb); return 0; @@ -861,7 +861,7 @@ static netdev_tx_t ipip6_tunnel_xmit(struct sk_buff *skb, } if (!net_eq(tunnel->net, dev_net(dev))) - skb_scrub_packet(skb); + skb_scrub_packet(skb, true); /* * Okay, now see if we can stuff it in the buffer as-is.