Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278319
b: refs/heads/master
c: 898f735
h: refs/heads/master
i:
  278317: b922c63
  278315: cb64d0f
  278311: c046171
  278303: 396b7be
v: v3
  • Loading branch information
David S. Miller committed Dec 1, 2011
1 parent 06a891e commit bac4b76
Show file tree
Hide file tree
Showing 2 changed files with 4 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: fa17a019c87e2ed25b653844f668f111ee059e56
refs/heads/master: 898f73585bbe4bdbb471636ecdede071f7473e51
5 changes: 3 additions & 2 deletions trunk/net/dccp/ipv4.c
Original file line number Diff line number Diff line change
Expand Up @@ -474,10 +474,11 @@ static struct dst_entry* dccp_v4_route_skb(struct net *net, struct sock *sk,
struct sk_buff *skb)
{
struct rtable *rt;
const struct iphdr *iph = ip_hdr(skb);
struct flowi4 fl4 = {
.flowi4_oif = skb_rtable(skb)->rt_iif,
.daddr = ip_hdr(skb)->saddr,
.saddr = ip_hdr(skb)->daddr,
.daddr = iph->saddr,
.saddr = iph->daddr,
.flowi4_tos = RT_CONN_FLAGS(sk),
.flowi4_proto = sk->sk_protocol,
.fl4_sport = dccp_hdr(skb)->dccph_dport,
Expand Down

0 comments on commit bac4b76

Please sign in to comment.