YaST2 Developers Documentation: Configuration of network cards



functions
files
intro

Configuration of network cards

include/network/isdn/config.ycp
Reading/Writing functions for isdn config data
All config settings are stored in a global variable Devices. Deleted devices are in the global list DeletedDevices.

Imports

  • Map

Includes

  • network/routines.ycp

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:
  ReadConfig("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

YaST2 Developers Documentation