libvirt/src/lxc
Ryota Ozaki df8225ac54 lxc: Fix error handlings in lxcContainerRenameAndEnableInterfaces
The function is expected to return negative value on failure,
however, it returns positive value when either setInterfaceName
or vethInterfaceUpOrDown fails. Because the function returns
the return value of either as is, however, the two functions
may return positive value on failure.

The patch fixes the defects and add error messages.
2010-06-28 10:51:29 -06:00
..
libvirtd_lxc.aug LXC add augeas support for config file 2009-10-08 18:06:40 +02:00
lxc_conf.c Expose a host UUID in the capabilities XML 2010-05-25 17:09:18 +01:00
lxc_conf.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
lxc_container.c lxc: Fix error handlings in lxcContainerRenameAndEnableInterfaces 2010-06-28 10:51:29 -06:00
lxc_container.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
lxc_controller.c lxc: Change VIR_ERROR to VIR_DEBUG for just a debugging message 2010-06-28 10:51:29 -06:00
lxc_driver.c drivers: add virDomainCreateWithFlags if virDomainCreate exists 2010-06-15 09:37:11 -06:00
lxc_driver.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
lxc.conf LXC add driver config file lxc.conf 2009-10-08 17:40:14 +02:00
test_libvirtd_lxc.aug LXC add augeas support for config file 2009-10-08 18:06:40 +02:00
veth.c Remove conn parameter from util functions 2010-02-09 01:04:54 +01:00
veth.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00