提交 dd5de373 编写于 作者: E edgar_igl

Make the set_link cmd handle multiple nics.

Signed-off-by: NEdgar E. Iglesias <edgar.iglesias@gmail.com>


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6256 c046a42c-6fe2-441c-8c8c-71466251a162
上级 94410b78
......@@ -1703,7 +1703,8 @@ int do_set_link(const char *name, const char *up_or_down)
for (vlan = first_vlan; vlan != NULL; vlan = vlan->next)
for (vc = vlan->first_client; vc != NULL; vc = vc->next)
if (strcmp(vc->name, name) == 0)
break;
goto done;
done:
if (!vc) {
term_printf("could not find network device '%s'", name);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册