On 01/09/13 21:43, Nehal J Wani wrote:
Define a new API virDomainInterfaceAddresses, which returns
the address information of a running domain's interfaces(s).
If no interface name is specified, it returns the information
of all interfaces, otherwise it only returns the information
of the specificed interface. The address information includes
the MAC and IP addresses.
This API only returns all of the interfaces' address info, it
doesn't take an argument to specify an interface. My bad
though, didn't find it out in previous reviewing.
ACK with the commit log fixed.
Osier