rgbkrk / libvirt-go

[DEPRECATED] Go bindings for libvirt
https://github.com/libvirt/libvirt-go
MIT License
166 stars 50 forks source link

Add VirNetwork.GetDHCPLeases. #107

Closed cmars closed 8 years ago

cmars commented 8 years ago

Useful for looking up the IP address of a machine through the libvirt API.

cmars commented 8 years ago

I've only tested this myself on Ubuntu 16.04 with libvirt 1.3.1. Tagged with libvirt.1.2.14 as this seems to pass Travis CI.

rgbkrk commented 8 years ago

Looking good. I'll add you on as a maintainer to help support this code.

vincentbernat commented 8 years ago

The symbol exists since libvirt 1.2.6. Therefore, we can introduce a new tag if we want to.