Internet connection and YOU during the installation
List of Global Functions
Connected - Test if the interface is connected
FindFastest - Find the fastest connection to the Internet
GetDevices - Used if NetworkDevices cannot find anything (usually because NM runs) Calls ip
SetDemand - Set dial-on-demand
SetDevice - Set device from argument as default network device
Start - Start the fastest interface
Status - Status of the fastest interface
Stop - Stop the fastest interface
List of Global Variables
device - Values for selected connection.
do_test - Flag to remember if user wants to run internet test
do_you - Flag to remember if you should be started
suse_register - Flag to remember if user wants to run suse register
Find the fastest connection to the Internet
Return value
boolean - true if a "good" connection was found
Used if NetworkDevices cannot find anything (usually because NM runs) Calls ip
Return value
list<string> - eg. ["eth0", "eth1"]
Set device from argument as default network device
Function parameters
string dev
Return value
void
Start the fastest interface
Function parameters
string log
Return value
boolean - true if successful started
Status of the fastest interface
Return value
boolean - true if interface is up (which is not equal to connected)