From 97f8985b73c643beba7e51724ee3a16a34b77002 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 5 Oct 2004 01:52:18 +0000 Subject: fix wrong VCI which wasn't in hexa for brazililan Velox/Telemar ISP (baud) --- perl-install/network/adsl_consts.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/network') diff --git a/perl-install/network/adsl_consts.pm b/perl-install/network/adsl_consts.pm index f0228ff14..beae01f2b 100644 --- a/perl-install/network/adsl_consts.pm +++ b/perl-install/network/adsl_consts.pm @@ -86,7 +86,7 @@ our %adsl_data = ( N("Brazil") . "|Velox/Telemar" => { vpi => 0, - vci => 33, + vci => 21, Encapsulation => 1, method => 'pppoe', }, -- cgit v1.2.1