Init script handling, ifup vs NetworkManager
List of Global Functions
ConfirmNetworkManager - Opens up a continue/cancel confirmation popup in the case when NetworkManager is enabled. User is informed that continuing the configuration may produce undefined results. If NetworkManager is not used, silently returns true.
EnableDisable - Enables and disables the appropriate services.
IsManaged - Whether use NetworkManager or ifup
Read - Initialize module data
RunningNetworkPopup - If there is network running, return true. Otherwise show error popup depending on Mode and return false
StartStop - Starts and stops the appropriate services.
List of Global Variables
Opens up a continue/cancel confirmation popup in the case when NetworkManager is enabled. User is informed that continuing the configuration may produce undefined results. If NetworkManager is not used, silently returns true.
Return value
boolean - continue
If there is network running, return true. Otherwise show error popup depending on Mode and return false
Return value
boolean - true if network running