network: pass name of peer veth device

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
Christian Brauner 2017-12-14 14:19:27 +01:00
parent d08e57088e
commit 990b9ac345
No known key found for this signature in database
GPG Key ID: 8EB056D53EECB12D

View File

@ -207,7 +207,7 @@ static int instantiate_veth(struct lxc_handler *handler, struct lxc_netdev *netd
char *argv[] = {
"veth",
netdev->link,
"veth1",
veth1,
NULL,
};