diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-02-28 14:48:12 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-02-28 14:48:12 +0000 |
commit | eef84cf82a3d452b7d24f0fc436011ea17429ef4 (patch) | |
tree | e23464c426cc9a959696a8a459d5f925931ef0fa | |
parent | f2193f6fd6a6a86c778acac3fae31ed01690e674 (diff) | |
download | drakx-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
-rw-r--r-- | perl-install/network/netconnect.pm | 1 |
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 }, |