127. NetworkService

Init script handling, ifup vs NetworkManager

127.1. Summary of Module Globals

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

  • SetManaged -

  • StartStop - Starts and stops the appropriate services.

List of Global Variables

    127.2. Global Functions

    127.2.1. 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.

    Return value

    • boolean - continue

    127.2.2. EnableDisable

    Enables and disables the appropriate services.

    Return value

    • void

    127.2.3. IsManaged

    Whether use NetworkManager or ifup

    Return value

    • boolean

    127.2.4. Read

    Initialize module data

    Return value

    • void

    127.2.5. SetManaged

    Function parameters

    • boolean m

    Return value

    • void

    127.2.6. StartStop

    Starts and stops the appropriate services.

    Return value

    • void

    127.3. Global Variables

    127.4. Module Requirements

    127.4.1. Module Imports

    • NetworkConfig
    • Popup
    • Service

    127.4.2. Module Includes