
On 06/09/13 22:24, Nehal J Wani wrote:
On Tue, Sep 3, 2013 at 6:51 PM, Osier Yang <jyang@redhat.com> wrote:
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 The optional argument interface is supported. I had forgotten to add it in the example.
I don't see it in the API interface, may be you mean the virsh option.