Skip to content

Commit

Permalink
[IPV6] IP6TUNNEL: Add missing nf_reset() on input path.
Browse files Browse the repository at this point in the history
Signed-off-by: Yasuyuki Kozakai <[email protected]>
Signed-off-by: YOSHIFUJI Hideaki <[email protected]>
  • Loading branch information
yasuyuki5 authored and David S. Miller committed Nov 22, 2006
1 parent b3fdd9f commit 53ab61c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/ipv6/ip6_tunnel.c
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@ ip6ip6_rcv(struct sk_buff *skb)
skb->dev = t->dev;
dst_release(skb->dst);
skb->dst = NULL;
nf_reset(skb);
if (t->parms.flags & IP6_TNL_F_RCV_DSCP_COPY)
ipv6_copy_dscp(ipv6h, skb->nh.ipv6h);
ip6ip6_ecn_decapsulate(ipv6h, skb);
Expand Down

0 comments on commit 53ab61c

Please sign in to comment.