summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/rinda/test_rinda.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rinda/test_rinda.rb b/test/rinda/test_rinda.rb
index cde5f22bb6..9a25661bd9 100644
--- a/test/rinda/test_rinda.rb
+++ b/test/rinda/test_rinda.rb
@@ -601,6 +601,8 @@ module RingIPv6
return # IPv6 address for multicast not available
rescue Errno::ENETDOWN
return # Network is down
+ rescue Errno::EHOSTUNREACH
+ return # Unreachable for some reason
end
begin
yield v6mc