From 07b53bad3e209765ee347583741c37a33cb3a575 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 22 Jun 2004 04:38:33 +0000 Subject: update fields description (baud ) --- perl-install/network/adsl_consts.pm | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'perl-install/network') 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, -- cgit v1.2.1