diff options
author | Olivier Blin <oblin@mandriva.org> | 2004-09-14 07:35:07 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2004-09-14 07:35:07 +0000 |
commit | a1a03584ae73aece691aef507a43e1cffa668119 (patch) | |
tree | 8f8a8aada36c6129984f455608d3c881908590ae /perl-install/network/ethernet.pm | |
parent | 87aae67e25fa2a19590f7e1ae35f0b299c47840c (diff) | |
download | drakx-a1a03584ae73aece691aef507a43e1cffa668119.tar drakx-a1a03584ae73aece691aef507a43e1cffa668119.tar.gz drakx-a1a03584ae73aece691aef507a43e1cffa668119.tar.bz2 drakx-a1a03584ae73aece691aef507a43e1cffa668119.tar.xz drakx-a1a03584ae73aece691aef507a43e1cffa668119.zip |
(configureNetwork2) configure eth aliases, needs modules_conf
Diffstat (limited to 'perl-install/network/ethernet.pm')
-rw-r--r-- | perl-install/network/ethernet.pm | 2 |
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'; |