Re: [libvirt] [PATCH] Allow updating names in DHCP hosts by matching IPs.

2014-07-08 Thread Eric Blake
On 07/08/2014 10:47 AM, Ján Tomko wrote: > Also fix the error message if an IPv6 host with no MAC > is not found. > > https://bugzilla.redhat.com/show_bug.cgi?id=991290 > --- > src/conf/network_conf.c | 16 +++- > 1 file changed, 11 insertions(+), 5 deletions(-) ACK. -- Eric Blake

[libvirt] [PATCH] Allow updating names in DHCP hosts by matching IPs.

2014-07-08 Thread Ján Tomko
Also fix the error message if an IPv6 host with no MAC is not found. https://bugzilla.redhat.com/show_bug.cgi?id=991290 --- src/conf/network_conf.c | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/src/conf/network_conf.c b/src/conf/network_conf.c index 909631b