Unknown YCP Module |
This module has an unstable interface. |
Imports
Global VariablesGlobal Functions
Local Variables |
File: modules/Internet.ycp
Package: Network configuration
Summary: Internet connection and YOU during the installation
Authors: Michal Svec
Flag to remember if user wants to run internet test
Flag to remember if user wants to run suse register
Flag to remember if you should be started
Flag to remember status of internet test: nil - skipped true - passed false - failed
cache for GetDevices
Values for selected connection.
Reset values.
Used if NetworkInterfaces cannot find anything (usually because NM runs) Calls ip
- Return value:
-
eg. ["eth0", "eth1"]
Start the fastest interface
- Parameters:
-
log file for the commands output
- Return value:
-
true if successful started
Stop the fastest interface
- Parameters:
-
log file for the commands output
- Return value:
-
true if successful stopped
Status of the fastest interface
- Return value:
-
true if interface is up (which is not equal to connected)
Test if the interface is connected
- Return value:
-
true if connected
Set dial-on-demand
- Parameters:
-
demand true if dial-on-demand should be set
DANGEROUS function. Searches for all standard PID files of dhcpcd, then kills all dhcpcds running (first SIGHUP, then SIGKILL). Works via WFM (only for local dhcpcd).