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/xdsl.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/network/connection/xdsl.pm') diff --git a/lib/network/connection/xdsl.pm b/lib/network/connection/xdsl.pm index 4352be7..e55dd24 100644 --- a/lib/network/connection/xdsl.pm +++ b/lib/network/connection/xdsl.pm @@ -24,6 +24,8 @@ sub get_devices() { sub get_metric { 25 } sub get_interface() { "ppp0" } +sub get_up_timeout { 20 } + my @non_ppp_protocols = qw(static dhcp); sub uses_ppp { my ($self) = @_; -- cgit v1.2.1