diff --git a/lib/vagrant-lxc/container.rb b/lib/vagrant-lxc/container.rb index e5e1a32..0d203db 100644 --- a/lib/vagrant-lxc/container.rb +++ b/lib/vagrant-lxc/container.rb @@ -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