Configuration of network cards |
include/network/isdn/config.ycp |
Reading/Writing functions for isdn config data | |
|
|
This module has an unstable interface. |
All config settings are stored in a global variable Devices.
Deleted devices are in the global list DeletedDevices.
Imports
Includes
Global Functions |
global
ReadISDNConfig (string devregex)
->
boolean
Read Devices from files
- Parameters:
-
devregex regular expression for the device type
- Return value:
-
true if sucess
- Example
-
ReadISDNConfig("eth|tr");
global
WriteISDNConfig (string isdntyp)
->
boolean
Write Devices to files
- Parameters:
-
isdntyp
- Return value:
-
true if success
global
WriteOneISDNConfig (string contr)
->
boolean
Write one Devices to file
- Parameters:
-
contr
- Return value:
-
true if success