Retry SSH on ENETUNREACH [GH-1732]

This commit is contained in:
Mitchell Hashimoto 2013-07-20 00:27:25 -04:00
parent af66f5f930
commit cf1768c7be
2 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,7 @@ BUG FIXES:
- Shared folder target path can be a Windows path. [GH-1688]
- Forwarded ports don't auto-correct by default, and will raise an
error properly if they collide. [GH-1701]
- Retry SSH on ENETUNREACH error. [GH-1732]
## 1.2.4 (July 16, 2013)

View File

@ -186,6 +186,7 @@ module VagrantPlugins
Errno::EADDRINUSE,
Errno::ECONNREFUSED,
Errno::ECONNRESET,
Errno::ENETUNREACH,
Errno::EHOSTUNREACH,
Net::SSH::Disconnect,
Timeout::Error