* src/virterror.c src/xml.c include/libvirt/virterror.h:

patch from Masayuki Sunou to check Ethernet MAC addresses
  in XML configs
* po/*: string update and merge
Daniel
This commit is contained in:
Daniel Veillard
2007-07-13 08:26:57 +00:00
parent 62442d578d
commit 5ced7bd1fc
79 changed files with 998 additions and 296 deletions

View File

@@ -127,6 +127,7 @@ typedef enum {
VIR_WAR_NO_NETWORK, /* failed to start network */
VIR_ERR_NO_DOMAIN, /* domain not found or unexpectedly disappeared */
VIR_ERR_NO_NETWORK, /* network not found */
VIR_ERR_INVALID_MAC, /* invalid MAC adress */
} virErrorNumber;
/**