Re: [libvirt] [PATCH v3] BSD: implement virNetDev(Set|Clear)IPv4Address

2013-08-22 Thread Roman Bogorodskiy
Roman Bogorodskiy wrote: > Eric Blake wrote: > > > On 08/11/2013 07:54 AM, Roman Bogorodskiy wrote: > > > Provide an implementation of virNetDev(Set|Clear)IPv4Address based on > > > BSD ifconfig tool in addition to 'ip' from Linux iproute2 package. > > > --- > > > configure.ac | 15 +

Re: [libvirt] [PATCH v3] BSD: implement virNetDev(Set|Clear)IPv4Address

2013-08-22 Thread Roman Bogorodskiy
Eric Blake wrote: > On 08/11/2013 07:54 AM, Roman Bogorodskiy wrote: > > Provide an implementation of virNetDev(Set|Clear)IPv4Address based on > > BSD ifconfig tool in addition to 'ip' from Linux iproute2 package. > > --- > > configure.ac | 15 +++ > > src/util/virnetdev.c |

Re: [libvirt] [PATCH v3] BSD: implement virNetDev(Set|Clear)IPv4Address

2013-08-21 Thread Eric Blake
On 08/11/2013 07:54 AM, Roman Bogorodskiy wrote: > Provide an implementation of virNetDev(Set|Clear)IPv4Address based on > BSD ifconfig tool in addition to 'ip' from Linux iproute2 package. > --- > configure.ac | 15 +++ > src/util/virnetdev.c | 24 > 2

Re: [libvirt] [PATCH v3] BSD: implement virNetDev(Set|Clear)IPv4Address

2013-08-17 Thread Roman Bogorodskiy
Roman Bogorodskiy wrote: > Provide an implementation of virNetDev(Set|Clear)IPv4Address based on > BSD ifconfig tool in addition to 'ip' from Linux iproute2 package. > --- > configure.ac | 15 +++ > src/util/virnetdev.c | 24 > 2 files changed, 39 in

[libvirt] [PATCH v3] BSD: implement virNetDev(Set|Clear)IPv4Address

2013-08-11 Thread Roman Bogorodskiy
Provide an implementation of virNetDev(Set|Clear)IPv4Address based on BSD ifconfig tool in addition to 'ip' from Linux iproute2 package. --- configure.ac | 15 +++ src/util/virnetdev.c | 24 2 files changed, 39 insertions(+) diff --git a/configure.ac b