Remove lefover from arp calls. Closes #42

This commit is contained in:
Fabio Rehm 2013-03-29 12:19:55 -03:00
parent d0f662a8c4
commit 844e6d3463

View file

@ -107,7 +107,7 @@ module Vagrant
retryable(:on => LXC::Errors::ExecuteError, :tries => 10, :sleep => 3) do
unless ip = get_container_ip_from_ifconfig
# retry
raise LXC::Errors::ExecuteError, :command => ['arp', '-n'].inspect
raise LXC::Errors::ExecuteError, :command => "lxc-attach"
end
end
ip