Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41035
b: refs/heads/master
c: 53ab61c
h: refs/heads/master
i:
  41033: 7d8aa37
  41031: 6044b6e
v: v3
  • Loading branch information
Yasuyuki Kozakai authored and David S. Miller committed Nov 22, 2006
1 parent d854d06 commit 599ad54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b3fdd9f115c776d381b30b296849f8e4046bcdaa
refs/heads/master: 53ab61c6d8f391bda04dbc1e95bac348fe81103b
1 change: 1 addition & 0 deletions trunk/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 599ad54

Please sign in to comment.