YaST2 Developers Documentation: Network configuration



functions
files
intro

Network configuration

include/network/runtime.ycp
Runtime routines

Imports

  • Arch
  • Mode
  • NetworkDevices
  • Package
  • Service

Local Functions

local ReadStatus () -> boolean

Read status information

Return value:
true if success

local RunSuSEconfig () -> boolean

Run SuSEconfig

Return value:
true if success

local RunSuSEconfigModule (string modul) -> boolean

Run one SuSEconfig module

Parameters:
modul SuSEconfig module
Return value:
true if success

local StartNetwork () -> boolean

Start network

Return value:
true if success

local RestartNetwork () -> boolean

Restart network

Return value:
true if success

local StopNetwork () -> boolean

Stop network

Return value:
true if success

local EnableNetwork () -> boolean

Enable the network service

Return value:
true if success

local SetupSMPPPD () -> boolean

Setup smpppd(8)

Return value:
true if success

local RunKInternet () -> boolean

Run KInternet

Return value:
true if success

YaST2 Developers Documentation