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.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/network/ethernet.pm b/perl-install/network/ethernet.pm
index bd13dd5a6..1a84e48a5 100644
--- a/perl-install/network/ethernet.pm
+++ b/perl-install/network/ethernet.pm
@@ -119,7 +119,6 @@ sub update_iftab() {
sub configure_eth_aliases {
my ($modules_conf) = @_;
foreach my $card (get_eth_cards($modules_conf)) {
- $modules_conf->remove_alias($card->[1]);
$modules_conf->set_alias($card->[0], $card->[1]);
}
}