mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
qemuDomainAttachNetDevice: Support attach of type="user"
https://bugzilla.redhat.com/show_bug.cgi?id=1420668 This has worked in previous releases. My commitc266b60440
broke it. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> (cherry picked from commit9d87f76972
) Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
ec9c065d40
commit
ec8d54f494
@ -1103,6 +1103,9 @@ qemuDomainAttachNetDevice(virQEMUDriverPtr driver,
|
||||
break;
|
||||
|
||||
case VIR_DOMAIN_NET_TYPE_USER:
|
||||
/* No preparation needed. */
|
||||
break;
|
||||
|
||||
case VIR_DOMAIN_NET_TYPE_SERVER:
|
||||
case VIR_DOMAIN_NET_TYPE_CLIENT:
|
||||
case VIR_DOMAIN_NET_TYPE_MCAST:
|
||||
|
Loading…
Reference in New Issue
Block a user