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 +
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 |
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
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
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