mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
Specify name of target interface with macvlan error
When failing to create a macvlan interface, make sure the error message contains the name of the host interface Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
parent
7c5ba648f7
commit
e11daa2b60
@ -176,8 +176,8 @@ virNetDevMacVLanCreate(const char *ifname,
|
|||||||
|
|
||||||
default:
|
default:
|
||||||
virReportSystemError(-err->error,
|
virReportSystemError(-err->error,
|
||||||
_("error creating %s type of interface"),
|
_("error creating %s type of interface attach to %s"),
|
||||||
type);
|
type, srcdev);
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user