From b5378c7c42fb2ef38bdafbaa5a7b84865f4c57fe Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Wed, 31 Jul 2013 23:01:08 -0300 Subject: [PATCH] Add support for reading from Ubuntu's default /var/lib/misc/dnsmasq.lxcbr0.leases --- lib/vagrant-lxc/action/fetch_ip_from_dnsmasq_leases.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/vagrant-lxc/action/fetch_ip_from_dnsmasq_leases.rb b/lib/vagrant-lxc/action/fetch_ip_from_dnsmasq_leases.rb index e9dd8f6..88e2264 100644 --- a/lib/vagrant-lxc/action/fetch_ip_from_dnsmasq_leases.rb +++ b/lib/vagrant-lxc/action/fetch_ip_from_dnsmasq_leases.rb @@ -31,6 +31,7 @@ module Vagrant end LEASES_PATHS = %w( + /var/lib/misc/dnsmasq.*.leases /var/lib/misc/dnsmasq.leases /var/lib/dnsmasq/dnsmasq.leases /var/db/dnsmasq.leases