| Submitter | Yang Hongyang |
|---|---|
| Date | Dec. 10, 2008, 9:41 a.m. |
| Message ID | <493F8EBA.7070907@cn.fujitsu.com> |
| Download | mbox | patch |
| Permalink | /patch/13145/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
From: Yang Hongyang <yanghy@cn.fujitsu.com> Date: Wed, 10 Dec 2008 17:41:14 +0800 > Thanks for your comment,here is the updated patch: ... > Signed-off-by: Yang Hongyang<yanghy@cn.fujitsu.com> Applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/net/ipv6/udp.c b/net/ipv6/udp.c index 8b48512..6b06421 100644 --- a/net/ipv6/udp.c +++ b/net/ipv6/udp.c @@ -763,6 +763,9 @@ do_udp_sendmsg: 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));