network: pass name of peer veth device

parent d08e5708
......@@ -207,7 +207,7 @@ static int instantiate_veth(struct lxc_handler *handler, struct lxc_netdev *netd
char *argv[] = {
"veth",
netdev->link,
"veth1",
veth1,
NULL,
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment