summaryrefslogtreecommitdiffstats
path: root/perl-install/network/netconnect.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/network/netconnect.pm')
-rw-r--r--perl-install/network/netconnect.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm
index d70625007..624be843a 100644
--- a/perl-install/network/netconnect.pm
+++ b/perl-install/network/netconnect.pm
@@ -792,7 +792,7 @@ Modifying the fields below will override this configuration."),
[ { val => \$auto_ip, type => "list", list => [ values %l10n_lan_protocols ] } ];
},
post => sub {
- $auto_ip = $auto_ip eq N("Automatic IP (BOOTP/DHCP/Zeroconf)") || 0;
+ $auto_ip = $auto_ip ne $l10n_lan_protocols{static} || 0;
return 'lan_intf';
},
},