From 8d62e6483e033c7581bb7f412db8101b1ebaec14 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 8 Apr 2005 09:57:51 +0000 Subject: add some comments for post 10.2 --- perl-install/network/netconnect.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/network') diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 4de95a64b..fe4fc97fb 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -919,6 +919,7 @@ If you do not know, choose 'use PPPoE'"), { label => N("Account Login (user name)"), val => \$netcnx->{login} }, { label => N("Account Password"), val => \$netcnx->{passwd}, hidden => 1 }, if_($adsl_type ne "capi", + #- FIXME: take the VPI/VCI settings as decimal, not hex { label => N("Virtual Path ID (VPI):"), val => \$netc->{vpi}, advanced => 1 }, { label => N("Virtual Circuit ID (VCI):"), val => \$netc->{vci}, advanced => 1 } ), @@ -930,6 +931,7 @@ If you do not know, choose 'use PPPoE'"), ]; }, post => sub { + #- FIXME: update ATMADDR $netc->{internet_cnx_choice} = 'adsl'; network::adsl::adsl_conf_backend($in, $modules_conf, $netcnx, $netc, $intf, $ntf_name, $adsl_type, $netcnx); #FIXME $config->{adsl} = { kind => $ntf_name, protocol => $adsl_type }; -- cgit v1.2.1