From c741c8caf705d3c211bd4e0cbde545abcb1a9878 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 20 Aug 2004 06:12:45 +0000 Subject: add a fixme comment --- perl-install/network/network.pm | 1 + 1 file changed, 1 insertion(+) 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. -- cgit v1.2.1