Comment 9 for bug 1415495

Revision history for this message
Tony Espy (awe) wrote : Re: APN editor fails to create a custom APN

On RTM, what happens is that the original APN is overwritten.

So starting with:

[Settings]
Powered=true
RoamingAllowed=false

[context1]
Name=Internet
AccessPointName=
Username=
Password=
Type=internet
Protocol=ip

...and adding an APN with access point name of "foo" results in:

[Settings]
Powered=true
RoamingAllowed=false

[context1]
Name=___ubuntu_custom_apn_internet
AccessPointName=foo
Username=
Password=
Type=internet
Protocol=ip