Remove lefover from arp
calls. Closes #42
This commit is contained in:
parent
d0f662a8c4
commit
844e6d3463
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ module Vagrant
|
||||||
retryable(:on => LXC::Errors::ExecuteError, :tries => 10, :sleep => 3) do
|
retryable(:on => LXC::Errors::ExecuteError, :tries => 10, :sleep => 3) do
|
||||||
unless ip = get_container_ip_from_ifconfig
|
unless ip = get_container_ip_from_ifconfig
|
||||||
# retry
|
# retry
|
||||||
raise LXC::Errors::ExecuteError, :command => ['arp', '-n'].inspect
|
raise LXC::Errors::ExecuteError, :command => "lxc-attach"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
ip
|
ip
|
||||||
|
|
Loading…
Reference in a new issue