summaryrefslogtreecommitdiffstats
path: root/perl-install/network/ethernet.pm
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2004-09-14 07:35:07 +0000
committerOlivier Blin <oblin@mandriva.org>2004-09-14 07:35:07 +0000
commita1a03584ae73aece691aef507a43e1cffa668119 (patch)
tree8f8a8aada36c6129984f455608d3c881908590ae /perl-install/network/ethernet.pm
parent87aae67e25fa2a19590f7e1ae35f0b299c47840c (diff)
downloaddrakx-backup-do-not-use-a1a03584ae73aece691aef507a43e1cffa668119.tar
drakx-backup-do-not-use-a1a03584ae73aece691aef507a43e1cffa668119.tar.gz
drakx-backup-do-not-use-a1a03584ae73aece691aef507a43e1cffa668119.tar.bz2
drakx-backup-do-not-use-a1a03584ae73aece691aef507a43e1cffa668119.tar.xz
drakx-backup-do-not-use-a1a03584ae73aece691aef507a43e1cffa668119.zip
(configureNetwork2) configure eth aliases, needs modules_conf
Diffstat (limited to 'perl-install/network/ethernet.pm')
-rw-r--r--perl-install/network/ethernet.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/ethernet.pm b/perl-install/network/ethernet.pm
index 581606c16..a86bff8de 100644
--- a/perl-install/network/ethernet.pm
+++ b/perl-install/network/ethernet.pm
@@ -15,7 +15,7 @@ use vars qw(@ISA @EXPORT);
sub write_ether_conf {
my ($in, $modules_conf, $netcnx, $netc, $intf) = @_;
- configureNetwork2($in, $::prefix, $netc, $intf);
+ configureNetwork2($in, $modules_conf, $::prefix, $netc, $intf);
$netc->{NETWORKING} = "yes";
if ($netc->{GATEWAY} || any { $_->{BOOTPROTO} =~ /dhcp/ } values %$intf) {
$netcnx->{type} = 'lan';