summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_flowlabel.c
diff options
context:
space:
mode:
authorYOSHIFUJI Hideaki2008-06-04 06:02:49 +0200
committerYOSHIFUJI Hideaki2008-06-04 21:02:36 +0200
commit91e1908f569dd96a25a3947de8771e6cc93999dd (patch)
tree552e4ac3dfc4aa0ba3ce8d2a329fb55d4fac72af /net/ipv6/ip6_flowlabel.c
parent[IPV6]: Check outgoing interface even if source address is unspecified. (diff)
downloadkernel-qcow2-linux-91e1908f569dd96a25a3947de8771e6cc93999dd.tar.gz
kernel-qcow2-linux-91e1908f569dd96a25a3947de8771e6cc93999dd.tar.xz
kernel-qcow2-linux-91e1908f569dd96a25a3947de8771e6cc93999dd.zip
[IPV6] NETNS: Handle ancillary data in appropriate namespace.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Diffstat (limited to 'net/ipv6/ip6_flowlabel.c')
-rw-r--r--net/ipv6/ip6_flowlabel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/ip6_flowlabel.c b/net/ipv6/ip6_flowlabel.c
index eb7a940310f4..37a4e777e347 100644
--- a/net/ipv6/ip6_flowlabel.c
+++ b/net/ipv6/ip6_flowlabel.c
@@ -354,7 +354,7 @@ fl_create(struct net *net, struct in6_flowlabel_req *freq, char __user *optval,
msg.msg_control = (void*)(fl->opt+1);
flowi.oif = 0;
- err = datagram_send_ctl(&msg, &flowi, fl->opt, &junk, &junk);
+ err = datagram_send_ctl(net, &msg, &flowi, fl->opt, &junk, &junk);
if (err)
goto done;
err = -EINVAL;