YaST2 Developers Documentation: Network configuration



functions
files
intro

Network configuration

include/network/provider/provider.ycp
Provider dialogs

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". T-Online Business DSL is created as t-online-com/<12 character (real) username>@t-online-com.de

local username2tonline () -> void

Split username to LineID, T-OnlineNo and UserCode

See:
tonline2username

YaST2 Developers Documentation