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, 1 insertions, 0 deletions
diff --git a/perl-install/network/network.pm b/perl-install/network/network.pm
index 4be673b03..29c4922cf 100644
--- a/perl-install/network/network.pm
+++ b/perl-install/network/network.pm
@@ -342,6 +342,7 @@ sub read_all_conf {
$netcnx->{type} or probe_netcnx_type($::prefix, $netc, $intf, $netcnx);
}
+#- FIXME: this is buggy, use network::tools::get_default_gateway_interface
sub probe_netcnx_type {
my ($_prefix, $_netc, $intf, $netcnx) = @_;
#- try to probe $netcnx->{type} which is used almost everywhere.