Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247060
b: refs/heads/master
c: 69458cb
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed May 4, 2011
1 parent 4e8d8c1 commit 8f5d5d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 9cddf15f18865c4f7124d829be41799f59aaa5cf
refs/heads/master: 69458cb194e82972347a004054e0baed719ed008
4 changes: 2 additions & 2 deletions trunk/net/ipv4/ipip.c
Original file line number Diff line number Diff line change
Expand Up @@ -550,8 +550,8 @@ static netdev_tx_t ipip_tunnel_xmit(struct sk_buff *skb, struct net_device *dev)
iph->frag_off = df;
iph->protocol = IPPROTO_IPIP;
iph->tos = INET_ECN_encapsulate(tos, old_iph->tos);
iph->daddr = rt->rt_dst;
iph->saddr = rt->rt_src;
iph->daddr = fl4.daddr;
iph->saddr = fl4.saddr;

if ((iph->ttl = tiph->ttl) == 0)
iph->ttl = old_iph->ttl;
Expand Down

0 comments on commit 8f5d5d4

Please sign in to comment.