Activate the interface drivers, and cleanups

* src/libvirt.c: activate the interface drivers
* po/POTFILES.in: add the netcf driver as a source of localization strings
* src/interface_driver.c: NETCF_ENOMEM -> VIR_ERR_NO_MEMORY mapping was
  breaking syntax checking
This commit is contained in:
Daniel Veillard
2009-07-21 16:15:39 +02:00
parent da4f146f83
commit 909d647aab
3 changed files with 6 additions and 6 deletions

View File

@@ -7,6 +7,7 @@ src/console.c
src/datatypes.c
src/domain_conf.c
src/interface_conf.c
src/interface_driver.c
src/iptables.c
src/libvirt.c
src/lxc_container.c