Re: [libvirt] [PATCH v2 1/2] test_driver: implement virDomainInterfaceAddresses

2019-05-24 Thread Erik Skultety
On Thu, May 23, 2019 at 02:50:00PM +0200, Ilias Stamatis wrote: > Ignore @source in the case of the test driver and return fixed private > IPv4 addresses for all the interfaces defined in the domain. > > Signed-off-by: Ilias Stamatis > --- Reviewed-by: Erik Skultety -- libvir-list mailing list

[libvirt] [PATCH v2 1/2] test_driver: implement virDomainInterfaceAddresses

2019-05-23 Thread Ilias Stamatis
Ignore @source in the case of the test driver and return fixed private IPv4 addresses for all the interfaces defined in the domain. Signed-off-by: Ilias Stamatis --- src/test/test_driver.c | 66 ++ 1 file changed, 66 insertions(+) diff --git