Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203419
b: refs/heads/master
c: dd4ba83
h: refs/heads/master
i:
  203417: 4f373be
  203415: 1139c62
v: v3
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Jul 9, 2010
1 parent af7b9e2 commit 4b62474
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f5152c908a5b0be48ec9a58d0de8bdadd9385854
refs/heads/master: dd4ba83dc1becbb3bb383851381c10c372e47247
2 changes: 2 additions & 0 deletions trunk/net/ipv4/ip_gre.c
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,8 @@ static netdev_tx_t ipgre_tunnel_xmit(struct sk_buff *skb, struct net_device *dev
tos = 0;
if (skb->protocol == htons(ETH_P_IP))
tos = old_iph->tos;
else if (skb->protocol == htons(ETH_P_IPV6))
tos = ipv6_get_dsfield((struct ipv6hdr *)old_iph);
}

{
Expand Down

0 comments on commit 4b62474

Please sign in to comment.