From df2b093d561a9518bf7133277f84a865633490e3 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 15 May 2008 21:51:27 +0000 Subject: fix blacklisting via_velocity for ifplugd --- lib/network/connection/ethernet.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/network/connection/ethernet.pm') 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; -- cgit v1.2.1