diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-06-22 04:38:33 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-06-22 04:38:33 +0000 |
commit | 07b53bad3e209765ee347583741c37a33cb3a575 (patch) | |
tree | e8dc610e3cebe0ef6cb8577803363641a16c1a76 /perl-install/network/adsl_consts.pm | |
parent | d96c8577fab40c8b5abdc982cdc9217a9d686ed1 (diff) | |
download | drakx-backup-do-not-use-07b53bad3e209765ee347583741c37a33cb3a575.tar drakx-backup-do-not-use-07b53bad3e209765ee347583741c37a33cb3a575.tar.gz drakx-backup-do-not-use-07b53bad3e209765ee347583741c37a33cb3a575.tar.bz2 drakx-backup-do-not-use-07b53bad3e209765ee347583741c37a33cb3a575.tar.xz drakx-backup-do-not-use-07b53bad3e209765ee347583741c37a33cb3a575.zip |
update fields description (baud <baud123@tuxfamily.org>)
Diffstat (limited to 'perl-install/network/adsl_consts.pm')
-rw-r--r-- | perl-install/network/adsl_consts.pm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/perl-install/network/adsl_consts.pm b/perl-install/network/adsl_consts.pm index 47a10ba2e..ee81efbf4 100644 --- a/perl-install/network/adsl_consts.pm +++ b/perl-install/network/adsl_consts.pm @@ -15,7 +15,16 @@ use common; our %adsl_data = ( # country|provider => { VPI, VCI_hexa, ... } + # Encapsulation: + # 1=PPPoE LLC, 2=PPPoE VCmux (never used ?) + # 3=RFC1483/2684 Routed IP LLC, + # 4=RFC1483/2684 Routed IP (IPoA VCmux) + # 5 RFC2364 PPPoA LLC, + # 6 RFC2364 PPPoA VCmux # dns are provided for when !usepeerdns in peers config file + # method : pppoa, pppoe or static + # please forward updates to http://forum.eagle-usb.org + # order alphabetically by country (in English) / ISP (local language) N("Austria") . "|Any" => { vpi => 8, |