]> Pileus Git - ~andy/linux/blobdiff - include/net/ip6_tunnel.h
tunnels: harmonize cleanup done on skb on xmit path
[~andy/linux] / include / net / ip6_tunnel.h
index 2265b0bf97e523817ea307d554451c4cebe4fc58..6d1549c4893cbec83ab2aec280b08c650dff0cfd 100644 (file)
@@ -75,7 +75,6 @@ static inline void ip6tunnel_xmit(struct sk_buff *skb, struct net_device *dev)
        struct net_device_stats *stats = &dev->stats;
        int pkt_len, err;
 
-       nf_reset(skb);
        pkt_len = skb->len;
        err = ip6_local_out(skb);