mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
* 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:
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user