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.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/network/connection/ethernet.pm b/lib/network/connection/ethernet.pm
index 4e12bec..713c6b1 100644
--- a/lib/network/connection/ethernet.pm
+++ b/lib/network/connection/ethernet.pm
@@ -521,12 +521,12 @@ sub configure_eth_aliases {
sub get_link_detection_delay {
my ($self) = @_;
- member($self->get_driver, qw(b44 forcedeth r8169 skge sky2 tg3)) && 6;
+ member($self->get_driver, qw(b44 forcedeth r8169 skge sky2 tg3 via_velocity)) && 6;
}
sub is_ifplugd_blacklisted {
my ($module) = @_;
- !$module || member($module, qw(via_velocity));
+ !$module;
}
1;