Re: [libvirt] [PATCHv5 4/4] net-dhcp-leases: Add virsh support

2013-12-16 Thread Nehal J Wani
On 12/12/13, Daniel P. Berrange berra...@redhat.com wrote: On Tue, Nov 26, 2013 at 02:36:01AM +0530, Nehal J Wani wrote: Use virNetworkGetDHCPLeases and virNetworkGetDHCPLeasesForMAC in virsh. The new feature supports the follwing methods: 1. Retrieve leases info for a given virtual network

Re: [libvirt] [PATCHv5 4/4] net-dhcp-leases: Add virsh support

2013-12-16 Thread Daniel P. Berrange
On Mon, Dec 16, 2013 at 07:00:25PM +0530, Nehal J Wani wrote: On 12/12/13, Daniel P. Berrange berra...@redhat.com wrote: On Tue, Nov 26, 2013 at 02:36:01AM +0530, Nehal J Wani wrote: Use virNetworkGetDHCPLeases and virNetworkGetDHCPLeasesForMAC in virsh. The new feature supports the

Re: [libvirt] [PATCHv5 4/4] net-dhcp-leases: Add virsh support

2013-12-12 Thread Daniel P. Berrange
On Tue, Nov 26, 2013 at 02:36:01AM +0530, Nehal J Wani wrote: Use virNetworkGetDHCPLeases and virNetworkGetDHCPLeasesForMAC in virsh. The new feature supports the follwing methods: 1. Retrieve leases info for a given virtual network 2. Retrieve leases info for given network interface

[libvirt] [PATCHv5 4/4] net-dhcp-leases: Add virsh support

2013-11-25 Thread Nehal J Wani
Use virNetworkGetDHCPLeases and virNetworkGetDHCPLeasesForMAC in virsh. The new feature supports the follwing methods: 1. Retrieve leases info for a given virtual network 2. Retrieve leases info for given network interface tools/virsh-domain-monitor.c * Introduce new command :