Re: [libvirt] [PATCH 02/13] virsh: Implement vshTable API to net-list and net-dhcp-leases

2018-09-21 Thread Michal Privoznik
On 09/21/2018 03:35 PM, Erik Skultety wrote: > On Wed, Sep 19, 2018 at 11:26:27AM +0200, Michal Privoznik wrote: >> On 09/18/2018 04:21 PM, Simon Kobyda wrote: >>> Signed-off-by: Simon Kobyda >>> --- >>> tools/virsh-network.c | 55 +-- >>> 1 file changed, 3

Re: [libvirt] [PATCH 02/13] virsh: Implement vshTable API to net-list and net-dhcp-leases

2018-09-21 Thread Erik Skultety
On Wed, Sep 19, 2018 at 11:26:27AM +0200, Michal Privoznik wrote: > On 09/18/2018 04:21 PM, Simon Kobyda wrote: > > Signed-off-by: Simon Kobyda > > --- > > tools/virsh-network.c | 55 +-- > > 1 file changed, 37 insertions(+), 18 deletions(-) > > > > diff --

Re: [libvirt] [PATCH 02/13] virsh: Implement vshTable API to net-list and net-dhcp-leases

2018-09-19 Thread Michal Privoznik
On 09/18/2018 04:21 PM, Simon Kobyda wrote: > Signed-off-by: Simon Kobyda > --- > tools/virsh-network.c | 55 +-- > 1 file changed, 37 insertions(+), 18 deletions(-) > > diff --git a/tools/virsh-network.c b/tools/virsh-network.c > index ca07fb568f..0f975b8

[libvirt] [PATCH 02/13] virsh: Implement vshTable API to net-list and net-dhcp-leases

2018-09-18 Thread Simon Kobyda
Signed-off-by: Simon Kobyda --- tools/virsh-network.c | 55 +-- 1 file changed, 37 insertions(+), 18 deletions(-) diff --git a/tools/virsh-network.c b/tools/virsh-network.c index ca07fb568f..0f975b8899 100644 --- a/tools/virsh-network.c +++ b/tools/virsh-n