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
DriverType - For s390 hwinfo gives us a multitude of types but some are handled the same, mostly acording to the driver which is used. So let's group them under the name Driver Type.
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.
HaveXenBridge - Xen bridging confuses us (#178848)
Import - Import data
Modified - Data was modified?
Overview - Create an overview table with all configured devices
Packages -
Propose - Propose a configuration
ProposeInterfaces - Propose interface configuration
ProposeRoutesAndResolver - Propose configuration for routing and resolver
Read - Read all network settings from the SCR
ReadWithCache - (a specialization used when a parameterless function is needed)
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
SummaryIPv6 - Create a textual summary for the ipv6 proposal
SummaryNM - Create a textual summary for the NetworkManager proposal
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
For s390 hwinfo gives us a multitude of types but some are handled the same, mostly acording to the driver which is used. So let's group them under the name Driver Type.
Function parameters
string type
Return value
string - driver type, like formerly type2 for s390
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
Xen bridging confuses us (#178848)
Return value
boolean - whether xenbr* exists
Create an overview table with all configured devices
Return value
list - table items
Propose interface configuration
Return value
boolean - true if something was proposed
Propose configuration for routing and resolver
Return value
boolean - true if something was proposed
Read all network settings from the SCR
Function parameters
symbol cache
Return value
boolean - true on success
(a specialization used when a parameterless function is needed)
Return value
boolean - Read(`cache)
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
Create a textual summary for the ipv6 proposal
Return value
list - [rich text, links]
Create a textual summary for the NetworkManager proposal
Return value
list - [rich text, links]
Function sets internal variable, which indicates, that any settings were modified, to "false"
Return value
void
wl_wpa_eap aggregates the settings in a map for easier CWM access.
wpa_eap WPA_EAP_MODE: string ("TTLS" "PEAP" or "TLS") WPA_EAP_IDENTITY: string WPA_EAP_PASSWORD: string (for TTLS and PEAP) WPA_EAP_ANONID: string (for TTLS and PEAP) WPA_EAP_CLIENT_CERT: string (for TLS, file name) WPA_EAP_CLIENT_KEY: string (for TLS, file name) WPA_EAP_CLIENT_KEY_PASSWORD: string (for TLS) WPA_EAP_CA_CERT: string (file name) WPA_EAP_AUTH: string ("", "MD5", "GTC", "CHAP"*, "PAP"*, "MSCHAP"*, "MSCHAPV2") (*: TTLS only) WPA_EAP_PEAP_VERSION: string ("", "0", "1")