From 844e6d3463866f0a38176503cf6c973cf0d5939a Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Fri, 29 Mar 2013 12:19:55 -0300 Subject: [PATCH] Remove lefover from `arp` calls. Closes #42 --- lib/vagrant-lxc/container.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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