diff options
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, |