From d6372387d60443c5628c69129101e66d4f724ce7 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 20 Jan 2004 12:18:55 +0000 Subject: skip protocol step when configuring cable connection --- perl-install/network/netconnect.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/network') diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 42ebf7cdc..c07d27494 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -507,6 +507,7 @@ killall pppd delete $ethntf->{$_} foreach keys %$ethntf; add2hash($ethntf, $intf->{$ntf_name}); $net_device = $netc->{NET_DEVICE}; + return "lan_intf" if $type eq 'cable'; if ($::isInstall && $net_device eq $ethntf->{DEVICE}) { return 'lan_alrd_cfg'; } else { -- cgit v1.2.1