aboutsummaryrefslogtreecommitdiff
path: root/net.c
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2010-02-11 14:45:02 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2010-02-19 12:12:47 -0600
commit2583ba97ef1de6040b7d0afd2b66737515de5423 (patch)
tree57ee7dfb7f22bd89f37936135f5ed5011acfa812 /net.c
parenta0104e0ec7939781d79ca4b54ebedd5fd3360151 (diff)
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>
Diffstat (limited to 'net.c')
-rw-r--r--net.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net.c b/net.c
index fb89f9474c..029b0d79bd 100644
--- a/net.c
+++ b/net.c
@@ -1243,6 +1243,7 @@ void do_set_link(Monitor *mon, const QDict *qdict)
}
}
}
+ vc = qemu_find_netdev(name);
done:
if (!vc) {