summaryrefslogtreecommitdiffstats
path: root/perl-install/network/ethernet.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/network/ethernet.pm')
-rw-r--r--perl-install/network/ethernet.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/network/ethernet.pm b/perl-install/network/ethernet.pm
index 2ac3a4986..c148c9a1e 100644
--- a/perl-install/network/ethernet.pm
+++ b/perl-install/network/ethernet.pm
@@ -142,4 +142,9 @@ sub configure_eth_aliases {
$::isStandalone and $modules_conf->write;
}
+sub is_ifplugd_blacklisted {
+ my ($module) = @_;
+ member($module, qw(b44 forcedeth via-velocity));
+}
+
1;