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 d1db337f0..a5aacee2e 100644
--- a/perl-install/network/ethernet.pm
+++ b/perl-install/network/ethernet.pm
@@ -168,6 +168,11 @@ sub configureNetwork {
my @all_cards = conf_network_card_backend($netc, $intf);
my @l = map { $_->[0] } @all_cards;
+ foreach (@all_cards) {
+ modules::remove_alias($_->[0]);
+ modules::add_alias($_->[0], $_->[1]);
+ }
+
configureNetwork_step_1:
$netc ||= {};
my $last; foreach (@all_cards) {