diff options
Diffstat (limited to 'perl-install/network')
-rw-r--r-- | perl-install/network/adsl_consts.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/adsl_consts.pm b/perl-install/network/adsl_consts.pm index 03c97b083..93092c1a1 100644 --- a/perl-install/network/adsl_consts.pm +++ b/perl-install/network/adsl_consts.pm @@ -17,7 +17,7 @@ use common; our %adsl_data = ( # country|provider => { VPI, VCI_hexa, ... } # dns are provided for when !usepeerdns in peers config file - N("Australia") . "|Any" => + N("Austria") . "|Any" => { vpi => 8, vci => 30, |