summaryrefslogtreecommitdiffstats
path: root/perl-install/network/network.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/network/network.pm')
-rw-r--r--perl-install/network/network.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/network/network.pm b/perl-install/network/network.pm
index 960599955..d47d5b309 100644
--- a/perl-install/network/network.pm
+++ b/perl-install/network/network.pm
@@ -578,7 +578,6 @@ sub configure_network {
my ($net, $in, $modules_conf) = @_;
if (!$::testing) {
require network::ethernet;
- network::ethernet::update_iftab();
network::ethernet::configure_eth_aliases($modules_conf);
write_network_conf($net);