X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=net%2Fipv4%2Fip_tunnel_core.c;h=8d69626f2206900dfbb336063034875743a3936e;hb=fbd02dd405d0724a0f25897ed4a6813297c9b96f;hp=6f847dd56dbc7fb53a7f3dc9dfc8330e507ec0e9;hpb=79e615420c3d7426a117aa825bdb1483b927e429;p=~andy%2Flinux diff --git a/net/ipv4/ip_tunnel_core.c b/net/ipv4/ip_tunnel_core.c index 6f847dd56db..8d69626f220 100644 --- a/net/ipv4/ip_tunnel_core.c +++ b/net/ipv4/ip_tunnel_core.c @@ -108,6 +108,7 @@ int iptunnel_pull_header(struct sk_buff *skb, int hdr_len, __be16 inner_proto) nf_reset(skb); secpath_reset(skb); skb_clear_hash_if_not_l4(skb); + skb_dst_drop(skb); skb->vlan_tci = 0; skb_set_queue_mapping(skb, 0); skb->pkt_type = PACKET_HOST;