From 4f92863478e39595fd8d5afdd927426367b1ccc1 Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Tue, 31 Mar 2009 14:48:16 +0000 Subject: Checking for connection to be up during installation. --- lib/network/connection.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/network/connection.pm') diff --git a/lib/network/connection.pm b/lib/network/connection.pm index aa05ab6..d059558 100644 --- a/lib/network/connection.pm +++ b/lib/network/connection.pm @@ -99,6 +99,8 @@ sub get_interface { sub get_metric { 60 } +sub get_up_timeout { 10 } + sub get_status { my ($self) = @_; require network::tools; -- cgit v1.2.1