]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Error out when custom tap device path makes no sense
authorJán Tomko <jtomko@redhat.com>
Thu, 5 Feb 2015 12:40:11 +0000 (13:40 +0100)
committerJán Tomko <jtomko@redhat.com>
Fri, 6 Feb 2015 11:52:50 +0000 (12:52 +0100)
commit8e724e9f3eab08ff1bef96ce1b3319558a86176b
treeb32bb6e4dce8955f08c3e2251fb3b1fdd491e862
parent84f741812f970f9ee9b857673c03433f7c2866a6
Error out when custom tap device path makes no sense

It is only usable for NETWORK and BRIDGE type interfaces.
Error out when trying to start a domain where the custom
tap device path is specified for interfaces of other types,
or when the daemon is not privileged.

Note that this cannot be checked at definition time, because
the comparison is against actual type.

https://bugzilla.redhat.com/show_bug.cgi?id=1147195
docs/formatdomain.html.in
src/qemu/qemu_command.c