diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-06-05 10:08:15 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-06-05 10:08:15 +0000 |
commit | 1090b78be4a80c3fcce132115ae175e8cf3f8dad (patch) | |
tree | b5b78b01b4ebb5b63cf72e28f02ef5f074abb93a /lib/network/connection/providers | |
parent | af610ae6a8d0a138443ca2f67d19516ffee785aa (diff) | |
download | drakx-net-1090b78be4a80c3fcce132115ae175e8cf3f8dad.tar drakx-net-1090b78be4a80c3fcce132115ae175e8cf3f8dad.tar.gz drakx-net-1090b78be4a80c3fcce132115ae175e8cf3f8dad.tar.bz2 drakx-net-1090b78be4a80c3fcce132115ae175e8cf3f8dad.tar.xz drakx-net-1090b78be4a80c3fcce132115ae175e8cf3f8dad.zip |
add Vodafone providers for Germany
Diffstat (limited to 'lib/network/connection/providers')
-rw-r--r-- | lib/network/connection/providers/cellular.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/network/connection/providers/cellular.pm b/lib/network/connection/providers/cellular.pm index 143528f..ea47743 100644 --- a/lib/network/connection/providers/cellular.pm +++ b/lib/network/connection/providers/cellular.pm @@ -102,6 +102,12 @@ our %data = ( N("France") . "|SFR Web (Clé Internet / Data)" => { apn => "websfr", }, + N("Germany") . "|Vodafone Live! WAP" => { + apn => "wap.vodafone.de", + }, + N("Germany") . "|Vodafone Web" => { + apn => "web.vodafone.de", + }, N("Italy") . "|TIM" => { apn => "ibox.tim.it", login => "tim", |