]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/netfilter/ipvs/ip_vs_ctl.c
vlan: allow creating vlan when real device is not up
[net-next-2.6.git] / net / netfilter / ipvs / ip_vs_ctl.c
index 7c1333c67ff3d5f810540eea5f774fc6582030dd..2d24d81474ce04826b680a49ca53696680499be4 100644 (file)
@@ -3231,7 +3231,7 @@ static int ip_vs_genl_get_cmd(struct sk_buff *skb, struct genl_info *info)
        }
 
        genlmsg_end(msg, reply);
-       ret = genlmsg_unicast(msg, info->snd_pid);
+       ret = genlmsg_reply(msg, info);
        goto out;
 
 nla_put_failure: