mirror of
https://github.com/xemu-project/xemu.git
synced 2025-04-02 11:11:48 -04:00
net: Monitor command set_link finds only VLAN clients, fix
Clients not associated with a VLAN exist since commit d80b9fc6
.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
a0104e0ec7
commit
2583ba97ef
1 changed files with 1 additions and 0 deletions
1
net.c
1
net.c
|
@ -1243,6 +1243,7 @@ void do_set_link(Monitor *mon, const QDict *qdict)
|
|||
}
|
||||
}
|
||||
}
|
||||
vc = qemu_find_netdev(name);
|
||||
done:
|
||||
|
||||
if (!vc) {
|
||||
|
|
Loading…
Add table
Reference in a new issue