YaST2 Developers Documentation: Network configuration



functions
files
intro

Network configuration

clients/host_auto.ycp
Client for autoinstallation
This is a client for autoinstallation. It takes its arguments, goes through the configuration and return the setting. Does not do any changes to the configuration.

Imports

  • Host
  • Label
  • Progress
  • Progress
  • Wizard

Includes

  • network/services/host.ycp

Local Functions

Info:

Parameters:
first a map of host settings
Return value:
success of operation
Example:
  map mm = $[ "FAIL_DELAY" : "77" ];
  map ret = WFM::CallFunction("host_auto", [ mm ]);

local Modified () -> boolean

Return a modification status

Return value:
true if data was modified

YaST2 Developers Documentation