diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-12-04 17:07:28 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-12-04 17:07:28 +0000 |
commit | 7fe65eba6013f91aa72f46457e718faad73fb122 (patch) | |
tree | c80ba448a84146b6d7ecce2626b1c3d593dd402c /perl-install/network | |
parent | 8cee632ac1ebf87bc5ac523ab57b096db6b19e18 (diff) | |
download | drakx-backup-do-not-use-7fe65eba6013f91aa72f46457e718faad73fb122.tar drakx-backup-do-not-use-7fe65eba6013f91aa72f46457e718faad73fb122.tar.gz drakx-backup-do-not-use-7fe65eba6013f91aa72f46457e718faad73fb122.tar.bz2 drakx-backup-do-not-use-7fe65eba6013f91aa72f46457e718faad73fb122.tar.xz drakx-backup-do-not-use-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')
-rw-r--r-- | perl-install/network/ethernet.pm | 2 |
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(" |