Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242663
b: refs/heads/master
c: 6df59a8
h: refs/heads/master
i:
  242661: bbe6661
  242659: 5d5ac55
  242655: bb91b45
v: v3
  • Loading branch information
Steffen Klassert authored and David S. Miller committed Mar 25, 2011
1 parent 5606df4 commit 4ca14dd
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: 37e826c513883099c298317bad1b3b677b2905fb
refs/heads/master: 6df59a84eccd4cad7fcefda3e0c5e55239a3b2dd
4 changes: 2 additions & 2 deletions trunk/include/net/route.h
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@ static inline struct rtable *ip_route_newports(struct rtable *rt,
struct flowi4 fl4 = {
.flowi4_oif = rt->rt_oif,
.flowi4_mark = rt->rt_mark,
.daddr = rt->rt_key_dst,
.saddr = rt->rt_key_src,
.daddr = rt->rt_dst,
.saddr = rt->rt_src,
.flowi4_tos = rt->rt_tos,
.flowi4_proto = protocol,
.fl4_sport = sport,
Expand Down

0 comments on commit 4ca14dd

Please sign in to comment.