Network card data
List of Global Functions
Add - Add a new device
AnyDHCPDevice - Check if any device except the current one is configured with DHCP. The current one is checked separately because there may be uncommitted changes. (#17391)
Autoinstall - Create a configuration for autoyast
Commit - Commit pending operation
Delete - Delete the given device
Edit - Edit the given device
Export - Export data
FreeAliases - Return 10 free aliases
FreeDevices - Return 10 free devices
GetModified - Function which returns if the settings were modified
HasAliases - Check if the given device has any virtual alias.
Import - Import data
Modified - Data was modified?
Overview - Create an overview table with all configured devices
Packages -
Propose - Propose a configuration
Read - Read all network settings from the SCR
Select - Select the given device
SelectHW - Select the hardware component
SetDefaultsForHW - must be in sync with @ref GetDefaultsForHW
SetModified - Function sets internal variable, which indicates, that any settings were modified, to "true"
Summary - Create a textual summary and a list of unconfigured devices
UnsetModified - Function sets internal variable, which indicates, that any settings were modified, to "false"
Write - Update the SCR according to network settings
WriteOnly - Only write configuration without starting any init scripts and SuSEconfig
List of Global Variables
AbortFunction - Abort function return boolean return true if abort
hotplug - Hotplug type ("" if not hot pluggable)
operation - Which operation is pending?
wl_wpa_eap - wl_wpa_eap aggregates the settings in a map for easier CWM access.
Check if any device except the current one is configured with DHCP. The current one is checked separately because there may be uncommitted changes. (#17391)
Return value
boolean - true if any DHCP device except the current one is configured
Create a configuration for autoyast
Return value
boolean - true if something was proposed
Delete the given device
Function parameters
string name
Return value
boolean - true if success
Edit the given device
Function parameters
string name
Return value
boolean - true if success
Return 10 free aliases
Function parameters
string type
integer num
Return value
list - of 10 free devices
Return 10 free devices
Function parameters
string type
Return value
list - of 10 free devices
Function which returns if the settings were modified
Return value
boolean - settings were modified
Check if the given device has any virtual alias.
Function parameters
string dev
Return value
boolean - true if there are some aliases
Create an overview table with all configured devices
Return value
list - table items
Select the given device
Function parameters
string dev
Return value
boolean - true if success
Function sets internal variable, which indicates, that any settings were modified, to "true"
Return value
void
Create a textual summary and a list of unconfigured devices
Function parameters
string mode
Return value
list - summary of the current configuration
Function sets internal variable, which indicates, that any settings were modified, to "false"
Return value
void