Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33077
b: refs/heads/master
c: 679e898
h: refs/heads/master
i:
  33075: 65e4653
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Aug 2, 2006
1 parent d8a83c6 commit 91da7cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 081bba5b3ace5698eccf2f1a378cd4a9a4c98a85
refs/heads/master: 679e898a4742d4a4a47430b67fd68a789a73dcfd
2 changes: 1 addition & 1 deletion trunk/net/ipv6/xfrm6_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ static int xfrm6_output_finish(struct sk_buff *skb)
if (!skb_is_gso(skb))
return xfrm6_output_finish2(skb);

skb->protocol = htons(ETH_P_IP);
skb->protocol = htons(ETH_P_IPV6);
segs = skb_gso_segment(skb, 0);
kfree_skb(skb);
if (unlikely(IS_ERR(segs)))
Expand Down

0 comments on commit 91da7cf

Please sign in to comment.