From 7fe65eba6013f91aa72f46457e718faad73fb122 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 4 Dec 2003 17:07:28 +0000 Subject: (configureNetwork) fix zeroconf configuring: check that there no dynamic interfaces instead of just checking the last interface --- perl-install/network/ethernet.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/network') 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(" -- cgit v1.2.1