mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-09 07:35:15 +00:00
network: pass name of peer veth device
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
d08e57088e
commit
990b9ac345
@ -207,7 +207,7 @@ static int instantiate_veth(struct lxc_handler *handler, struct lxc_netdev *netd
|
|||||||
char *argv[] = {
|
char *argv[] = {
|
||||||
"veth",
|
"veth",
|
||||||
netdev->link,
|
netdev->link,
|
||||||
"veth1",
|
veth1,
|
||||||
NULL,
|
NULL,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user