Skip to content

Commit

Permalink
network: pass name of peer veth device
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
  • Loading branch information
Christian Brauner committed Dec 14, 2017
1 parent d08e570 commit 990b9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lxc/network.c
Expand Up @@ -207,7 +207,7 @@ static int instantiate_veth(struct lxc_handler *handler, struct lxc_netdev *netd
char *argv[] = {
"veth",
netdev->link,
"veth1",
veth1,
NULL,
};

Expand Down

0 comments on commit 990b9ac

Please sign in to comment.