Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122733
b: refs/heads/master
c: 9f690db
h: refs/heads/master
i:
  122731: ad5bf19
v: v3
  • Loading branch information
Yang Hongyang authored and David S. Miller committed Dec 16, 2008
1 parent acb9188 commit cb49691
Show file tree
Hide file tree
Showing 2 changed files with 4 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: f250dcdac111a8369220b8e192eae6c56dc1098a
refs/heads/master: 9f690db7ff4cb32493c0b0b13334cc4f5fd49a6b
3 changes: 3 additions & 0 deletions trunk/net/ipv6/udp.c
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,9 @@ int udpv6_sendmsg(struct kiocb *iocb, struct sock *sk,
if (!fl.oif)
fl.oif = sk->sk_bound_dev_if;

if (!fl.oif)
fl.oif = np->sticky_pktinfo.ipi6_ifindex;

if (msg->msg_controllen) {
opt = &opt_space;
memset(opt, 0, sizeof(struct ipv6_txoptions));
Expand Down

0 comments on commit cb49691

Please sign in to comment.