mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
With libvirt-1.2.11, libvirt no longer uses lease files for dnsmasq, which makes the existing method of fetching the ip of a vm incorrect. This change introduces a version agnostic method to get the IP of VM using arp cache instead. Fixes #298