YaST2 Developers Documentation: Network configuration

Network configuration

include/network/provider/provider.ycp
Provider dialogs

This module has an unstable interface.

Imports

  • ISDN
  • Label
  • Popup
  • Provider
  • Wizard

Includes

  • network/provider/helps.ycp
  • network/provider/texts.ycp
  • network/routines.ycp

Local Functions

local ProviderInfoText () -> string

Build provider info text.

Return value:
provider info text
local ProviderDialog () -> any

Provider dialog

Return value:
dialog result
local tonline2username () -> void

Create T-Online username from LineID, T-OnlineNo and UserCode

It's concatenation of LineID (12 digits), T-OnlineNo (12 digits, if less, then with appended '#', the user code (4 digits) and finally of the string "@t-online.de" if the type is "dsl".

local username2tonline () -> void

Split username to LineID, T-OnlineNo and UserCode

See
tonline2username