summaryrefslogtreecommitdiffstats
path: root/perl-install/network
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-02-28 14:48:12 +0000
committerOlivier Blin <oblin@mandriva.org>2005-02-28 14:48:12 +0000
commiteef84cf82a3d452b7d24f0fc436011ea17429ef4 (patch)
treee23464c426cc9a959696a8a459d5f925931ef0fa /perl-install/network
parentf2193f6fd6a6a86c778acac3fae31ed01690e674 (diff)
downloaddrakx-backup-do-not-use-eef84cf82a3d452b7d24f0fc436011ea17429ef4.tar
drakx-backup-do-not-use-eef84cf82a3d452b7d24f0fc436011ea17429ef4.tar.gz
drakx-backup-do-not-use-eef84cf82a3d452b7d24f0fc436011ea17429ef4.tar.bz2
drakx-backup-do-not-use-eef84cf82a3d452b7d24f0fc436011ea17429ef4.tar.xz
drakx-backup-do-not-use-eef84cf82a3d452b7d24f0fc436011ea17429ef4.zip
allow to modify DHCP timeout
Diffstat (limited to 'perl-install/network')
-rw-r--r--perl-install/network/netconnect.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm
index abdf9d737..b888255d5 100644
--- a/perl-install/network/netconnect.pm
+++ b/perl-install/network/netconnect.pm
@@ -1029,6 +1029,7 @@ notation (for example, 1.2.3.4).")),
if_($auto_ip,
{ label => N("DHCP client"), val => \$netc->{dhcp_client},
list => [ qw(dhcp-client dhcpcd pump dhcpxd) ], advanced => 1 },
+ { label => N("DHCP timeout (in seconds)"), val => \$ethntf->{DHCP_TIMEOUT}, advanced => 1 },
{ text => N("Get DNS servers from DHCP"), val => \$peerdns, type => "bool", advanced => 1 },
{ text => N("Get YP server from DHCP"), val => \$peeryp, type => "bool", advanced => 1 },
{ text => N("Get NTPD server from DHCP"), val => \$peerntpd, type => "bool", advanced => 1 },