]> xenbits.xensource.com Git - libvirt.git/commit
virsh: Pass the correct live/config xml to virshDomainDetachInterface.
authorNitesh Konkar <niteshkonkar.libvirt@gmail.com>
Wed, 4 May 2016 14:26:27 +0000 (10:26 -0400)
committerCole Robinson <crobinso@redhat.com>
Wed, 4 May 2016 15:33:22 +0000 (11:33 -0400)
commitaaf3ebf760891427fdaaac0460c9a93a553c96cc
tree9352956bbd914564566aca396e04d770a7b8402f
parent6289cebf407b050eb913d721ed79f6c4220a96fd
virsh: Pass the correct live/config xml to virshDomainDetachInterface.

cmdDetachInterface function checks for live config
flags and then passes the live/config domain xml
to virshDomainDetachInterface accordingly.

Signed-off-by: Nitesh Konkar <nitkon12@linux.vnet.ibm.com>
tools/virsh-domain.c