summaryrefslogtreecommitdiffstats
path: root/lib/network/connection/ethernet.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/network/connection/ethernet.pm')
-rw-r--r--lib/network/connection/ethernet.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/network/connection/ethernet.pm b/lib/network/connection/ethernet.pm
index bdc371e..4e12bec 100644
--- a/lib/network/connection/ethernet.pm
+++ b/lib/network/connection/ethernet.pm
@@ -526,7 +526,7 @@ sub get_link_detection_delay {
sub is_ifplugd_blacklisted {
my ($module) = @_;
- !$module || member($module, qw(via-velocity));
+ !$module || member($module, qw(via_velocity));
}
1;