Clients not associated with a VLAN exist since commit d80b9fc6. Signed-off-by: Markus Armbruster <arm...@redhat.com> --- net.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/net.c b/net.c index fb89f94..029b0d7 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) { -- 1.6.6