diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-11-10 13:57:00 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-11-10 13:57:00 +0000 |
commit | bd539bad760ec04499af037d50d9500976cf92a0 (patch) | |
tree | db22103f1130b636e9d3b2c59689fc0125ffca5f | |
parent | a229d1db583434fb757ac242e0b725f650797c79 (diff) | |
download | drakx-bd539bad760ec04499af037d50d9500976cf92a0.tar drakx-bd539bad760ec04499af037d50d9500976cf92a0.tar.gz drakx-bd539bad760ec04499af037d50d9500976cf92a0.tar.bz2 drakx-bd539bad760ec04499af037d50d9500976cf92a0.tar.xz drakx-bd539bad760ec04499af037d50d9500976cf92a0.zip |
sync ADSL ISPs DB with HEAD
-rw-r--r-- | perl-install/network/adsl_consts.pm | 53 |
1 files changed, 51 insertions, 2 deletions
diff --git a/perl-install/network/adsl_consts.pm b/perl-install/network/adsl_consts.pm index 5c79409e3..0f0449b40 100644 --- a/perl-install/network/adsl_consts.pm +++ b/perl-install/network/adsl_consts.pm @@ -24,9 +24,10 @@ our %adsl_data = ( # 5 RFC2364 PPPoA LLC, # 6 RFC2364 PPPoA VCmux # dns are provided for when !usepeerdns in peers config file - # method : PPPoA, pppoe or static + # method : PPPoA, pppoe, static or dhcp # please forward updates to http://forum.eagle-usb.org # order alphabetically by country (in English) / ISP (local language) + N("Argentina") . "|Speedy" => { vpi => 1, @@ -451,6 +452,14 @@ our %adsl_data = ( method => 'pppoe', }, + N("Israel") . "|Bezeq" => + { + vpi => 8, + vci => 30, + Encapsulation => 6, + method => 'pppoa', + }, + N("Italy") . "|Telecom Italia" => { vpi => 8, @@ -468,7 +477,7 @@ our %adsl_data = ( Encapsulation => 3, }, - N("Italy") . "|Tiscali.it" => + N("Italy") . "|Tiscali.it, Alice" => { vpi => 8, vci => 23, @@ -502,6 +511,30 @@ our %adsl_data = ( method => 'pppoa', }, + N("Netherlands") . "|Eager Telecom" => + { + vpi => 0, + vci => 21, + Encapsulation => 3, + method => 'dhcp', + }, + + N("Netherlands") . "|Tiscali" => + { + vpi => 0, + vci => 22, + Encapsulation => 3, + method => 'dhcp', + }, + + N("Netherlands") . "|Versatel" => + { + vpi => 0, + vci => 20, + Encapsulation => 3, + method => 'dhcp', + }, + N("Poland") . "|Telekomunikacja Polska (TPSA/neostrada)" => { vpi => 0, @@ -512,6 +545,14 @@ our %adsl_data = ( method => 'pppoa', }, + N("Poland") . "|Netia neostrada" => + { + vpi => 8, + vci => 23, + Encapsulation => 1, + method => 'pppoe', + }, + N("Portugal") . "|PT" => { vpi => 0, @@ -592,6 +633,14 @@ our %adsl_data = ( method => 'pppoe', }, + N("United Arab Emirates") . "|Etisalat" => + { + vpi => 0, + vci => 32, + Encapsulation => 5, + method => 'pppoe', + }, + N("United Kingdom") . "|Tiscali UK " => { vpi => 0, |