summaryrefslogtreecommitdiffstats
path: root/perl-install/network/adsl_consts.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-10-05 01:53:14 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-10-05 01:53:14 +0000
commit963cca0c50885afc8719d09d6de3465b4bae14de (patch)
treec7c6e92327bbfc5141a15c7b2d1fab8bad5965b5 /perl-install/network/adsl_consts.pm
parent97f8985b73c643beba7e51724ee3a16a34b77002 (diff)
downloaddrakx-963cca0c50885afc8719d09d6de3465b4bae14de.tar
drakx-963cca0c50885afc8719d09d6de3465b4bae14de.tar.gz
drakx-963cca0c50885afc8719d09d6de3465b4bae14de.tar.bz2
drakx-963cca0c50885afc8719d09d6de3465b4bae14de.tar.xz
drakx-963cca0c50885afc8719d09d6de3465b4bae14de.zip
add a few new ADSL ISP : Argentina (Speedy), Austria (AON), Morrocco
(Maroc Telecom) and Thailand (Asianet) (baud)
Diffstat (limited to 'perl-install/network/adsl_consts.pm')
-rw-r--r--perl-install/network/adsl_consts.pm40
1 files changed, 40 insertions, 0 deletions
diff --git a/perl-install/network/adsl_consts.pm b/perl-install/network/adsl_consts.pm
index beae01f2b..466523d9a 100644
--- a/perl-install/network/adsl_consts.pm
+++ b/perl-install/network/adsl_consts.pm
@@ -25,6 +25,14 @@ our %adsl_data = (
# method : PPPoA, pppoe or static
# please forward updates to http://forum.eagle-usb.org
# order alphabetically by country (in English) / ISP (local language)
+ N("Argentina") . "|Speedy" =>
+ {
+ vpi => 1,
+ vci => 23,
+ Encapsulation => 1,
+ method => 'pppoe',
+ },
+
N("Austria") . "|Any" =>
{
vpi => 8,
@@ -33,6 +41,14 @@ our %adsl_data = (
method => 'pppoa',
},
+ N("Austria") . "|AON" =>
+ {
+ vpi => 1,
+ vci => 20,
+ Encapsulation => 6,
+ method => 'pppoa',
+ },
+
N("Austria") . "|Telstra" =>
{
vpi => 8,
@@ -300,6 +316,22 @@ our %adsl_data = (
method => 'pppoa',
},
+ N("Lithuania") . "|Lietuvos Telekomas" =>
+ {
+ vpi => 8,
+ vci => 23,
+ Encapsulation => 1,
+ method => 'pppoe',
+ },
+
+ N("Morrocco") . "|Maroc Telecom" =>
+ {
+ vpi => 8,
+ vci => 23,
+ Encapsulation => 6,
+ method => 'pppoa',
+ },
+
N("Netherlands") . "|KPN" =>
{
vpi => 8,
@@ -390,6 +422,14 @@ our %adsl_data = (
method => 'pppoa',
},
+ N("Thailand") . "|Asianet" =>
+ {
+ vpi => 0,
+ vci => 64,
+ Encapsulation => 1,
+ method => 'pppoe',
+ },
+
N("United Kingdom") . "|Tiscali UK " =>
{
vpi => 0,