Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211125
b: refs/heads/master
c: fb0c5f0
h: refs/heads/master
i:
  211123: 6148aa8
v: v3
  • Loading branch information
Ulrich Weber authored and David S. Miller committed Sep 27, 2010
1 parent ece32aa commit 31261b6
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: 7e1b33e5ea392dfc984fc63b76ca75acbf249dcd
refs/heads/master: fb0c5f0bc8b69b40549449ee7fc65f3706f12062
2 changes: 2 additions & 0 deletions trunk/include/net/route.h
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ static inline int ip_route_newports(struct rtable **rp, u8 protocol,
fl.fl_ip_sport = sport;
fl.fl_ip_dport = dport;
fl.proto = protocol;
if (inet_sk(sk)->transparent)
fl.flags |= FLOWI_FLAG_ANYSRC;
ip_rt_put(*rp);
*rp = NULL;
security_sk_classify_flow(sk, &fl);
Expand Down

0 comments on commit 31261b6

Please sign in to comment.