summaryrefslogtreecommitdiffstats
path: root/perl-install/network/ethernet.pm
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2004-08-17 13:19:22 +0000
committerOlivier Blin <oblin@mandriva.org>2004-08-17 13:19:22 +0000
commit5b280812f53c7c6c093c3ba37644dae040b3e5ab (patch)
tree6848dc229ab7b82847d6ef314ff33336738626f8 /perl-install/network/ethernet.pm
parentdc9f6d6bddad0abd9874988d9878c7ebeb0a3a99 (diff)
downloaddrakx-5b280812f53c7c6c093c3ba37644dae040b3e5ab.tar
drakx-5b280812f53c7c6c093c3ba37644dae040b3e5ab.tar.gz
drakx-5b280812f53c7c6c093c3ba37644dae040b3e5ab.tar.bz2
drakx-5b280812f53c7c6c093c3ba37644dae040b3e5ab.tar.xz
drakx-5b280812f53c7c6c093c3ba37644dae040b3e5ab.zip
use network::ethernet::get_eth_categories() when needed
Diffstat (limited to 'perl-install/network/ethernet.pm')
-rw-r--r--perl-install/network/ethernet.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/network/ethernet.pm b/perl-install/network/ethernet.pm
index 0caa3a74c..c533d4ade 100644
--- a/perl-install/network/ethernet.pm
+++ b/perl-install/network/ethernet.pm
@@ -11,6 +11,7 @@ use network::tools;
use vars qw(@ISA @EXPORT);
@ISA = qw(Exporter);
+@EXPORT = qw(get_eth_categories);
sub write_ether_conf {
my ($in, $modules_conf, $netcnx, $netc, $intf) = @_;