From a33a610b1f75a6ca3f3a63da5e01e031a311c302 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 3 Jul 2001 09:37:05 +0000 Subject: fix another dam's sucks --- perl-install/network/netconnect.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 892b4ee7b..dd2ca6ad9 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -356,6 +356,8 @@ sub save_conf { $netcnx->{type} eq 'isdn_external' || $netcnx->{type} eq 'modem' and $modem=$netcnx->{$netcnx->{type}}; $netcnx->{type} eq 'isdn_internal' and $isdn=$netcnx->{$netcnx->{type}}; any::setup_thiskind_backend('net', undef); + require network::ethernet; + network::ethernet->import; my @all_cards = conf_network_card_backend ($prefix, $netc, $intf, undef, undef, undef, undef); $intf = { %$intf }; -- cgit v1.2.1