diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-03 15:12:53 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-03 15:12:53 +0000 |
commit | 1afc0d861ebb3e426f20a952788d20c9de466b4f (patch) | |
tree | 7dde786a2c207fa4cc548523d21ffa249a71dd0d /perl-install/network/adsl_consts.pm | |
parent | 87f1d2a844a542c82449019b13584d38884cb9a1 (diff) | |
download | drakx-1afc0d861ebb3e426f20a952788d20c9de466b4f.tar drakx-1afc0d861ebb3e426f20a952788d20c9de466b4f.tar.gz drakx-1afc0d861ebb3e426f20a952788d20c9de466b4f.tar.bz2 drakx-1afc0d861ebb3e426f20a952788d20c9de466b4f.tar.xz drakx-1afc0d861ebb3e426f20a952788d20c9de466b4f.zip |
add vpi/vci parameters for australia ISPs (#5056)
Diffstat (limited to 'perl-install/network/adsl_consts.pm')
-rw-r--r-- | perl-install/network/adsl_consts.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/perl-install/network/adsl_consts.pm b/perl-install/network/adsl_consts.pm index e38ff4b4d..71f07ed2f 100644 --- a/perl-install/network/adsl_consts.pm +++ b/perl-install/network/adsl_consts.pm @@ -17,6 +17,12 @@ use common; our %adsl_data = ( # country|provider => { VPI, VCI_hexa, ... } # dns are provided for when !usepeerdns in peers config file + N("Australia") . "|Any" => + { + vpi => 8, + vci => 30, + }, + N("Belgium") . "|Tiscali BE" => { vpi => 8, |