From cc5fd65fed7d55083abec847bb514a30865b2aea Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 14 Apr 2005 10:59:18 +0000 Subject: allow to modify METRIC settings in the wizard --- perl-install/network/netconnect.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/network') diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index f12e9e23c..d95b01d47 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -1060,6 +1060,7 @@ notation (for example, 1.2.3.4).")), if_($netcnx->{type} eq "lan", { text => N("Start at boot"), val => \$onboot, type => "bool" }, ), + { label => N("Metric"), val => \$ethntf->{METRIC}, advanced => 1 }, if_($auto_ip, { label => N("DHCP client"), val => \$ethntf->{DHCP_CLIENT}, list => \@network::ethernet::dhcp_clients, advanced => 1 }, -- cgit v1.2.1