summaryrefslogtreecommitdiffstats
path: root/perl-install/network/ethernet.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-12-04 17:07:28 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-12-04 17:07:28 +0000
commit7fe65eba6013f91aa72f46457e718faad73fb122 (patch)
treec80ba448a84146b6d7ecce2626b1c3d593dd402c /perl-install/network/ethernet.pm
parent8cee632ac1ebf87bc5ac523ab57b096db6b19e18 (diff)
downloaddrakx-7fe65eba6013f91aa72f46457e718faad73fb122.tar
drakx-7fe65eba6013f91aa72f46457e718faad73fb122.tar.gz
drakx-7fe65eba6013f91aa72f46457e718faad73fb122.tar.bz2
drakx-7fe65eba6013f91aa72f46457e718faad73fb122.tar.xz
drakx-7fe65eba6013f91aa72f46457e718faad73fb122.zip
(configureNetwork) fix zeroconf configuring: check that there no
dynamic interfaces instead of just checking the last interface
Diffstat (limited to 'perl-install/network/ethernet.pm')
-rw-r--r--perl-install/network/ethernet.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/ethernet.pm b/perl-install/network/ethernet.pm
index 83c19f15d..8b97ecb54 100644
--- a/perl-install/network/ethernet.pm
+++ b/perl-install/network/ethernet.pm
@@ -166,7 +166,7 @@ sub configureNetwork {
$last or return;
configureNetwork_step_2:
- if ($last->{BOOTPROTO} !~ /static/) {
+ if (is_dynamic_ip($intf)) {
$netc->{minus_one} = 1;
$in->ask_from(N("Configuring network"), N("