summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/network/ethernet.pm1
1 files changed, 1 insertions, 0 deletions
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');