From e9f647aceeb9c8573babd6cc5014cbe6d5c8f2f6 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 29 Jan 2004 22:38:35 +0000 Subject: (conf_network_card_backend) insert a bug notice --- perl-install/network/ethernet.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install') diff --git a/perl-install/network/ethernet.pm b/perl-install/network/ethernet.pm index 365c0906d..88218e34f 100644 --- a/perl-install/network/ethernet.pm +++ b/perl-install/network/ethernet.pm @@ -90,6 +90,7 @@ sub conf_network_card_backend { $o_interface =~ /eth[0-9]+/ or die("the interface is not an ethx"); + # FIXME: this is wrong regarding some wireless interfaces or/and if user play if ifname(1): $netc->{NET_DEVICE} = $o_interface; #- one consider that there is only ONE Internet connection device.. @{$intf->{$o_interface}}{qw(DEVICE BOOTPROTO NETMASK NETWORK ONBOOT)} = ($o_interface, $o_type, '255.255.255.0', $o_netadr, 'yes'); -- cgit v1.2.1