Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199457
b: refs/heads/master
c: 6057fd7
h: refs/heads/master
i:
  199455: 8eceaf5
v: v3
  • Loading branch information
Brian Haley authored and David S. Miller committed May 29, 2010
1 parent 60b686e commit 64191ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: e5e5cf4c71508ed38e921b31b438b8b349409f2a
refs/heads/master: 6057fd78a8dcce6269f029b967051d5a2e9b0895
2 changes: 1 addition & 1 deletion trunk/net/ipv6/route.c
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ struct dst_entry * ip6_route_output(struct net *net, struct sock *sk,
{
int flags = 0;

if (fl->oif || rt6_need_strict(&fl->fl6_dst))
if ((sk && sk->sk_bound_dev_if) || rt6_need_strict(&fl->fl6_dst))
flags |= RT6_LOOKUP_F_IFACE;

if (!ipv6_addr_any(&fl->fl6_src))
Expand Down

0 comments on commit 64191ed

Please sign in to comment.