Network configuration |
include/network/runtime.ycp |
Runtime routines |
|
|
Imports
- Arch
- Desktop
- ISDN
- Mode
- NetworkDevices
- Package
- Service
Local Functions
|
|
|
local ReadStatus () -> boolean
|
|
Read status information
- Return value:
local RunSuSEconfig () -> boolean
|
|
Run SuSEconfig
- Return value:
local RunSuSEconfigModule (string modul) -> boolean
|
|
Run one SuSEconfig module
- Parameters:
- Return value:
local HasLink () -> boolean
|
|
Check if running on a local system or over a network
- Return value:
- See:
-
local ReloadOrStartNetwork () -> boolean
|
|
Reload network configuration. If it was not running, start it instead
- Return value:
local StopNetwork () -> boolean
|
|
Stop network
- Return value:
local EnableNetwork () -> boolean
|
|
Enable the network service
- Return value:
local HaveDialupLikeInterfaces () -> boolean
|
|
Are there interfaces controlled by smpppd and kinternet?
They are the ones with USERCONTROL=yes (#44303)
- Return value:
local SetupSMPPPD () -> boolean
|
|
Setup smpppd(8)
- Return value:
local RunKInternet () -> boolean
|
|
Run KInternet
- Return value:
|