YaST2 Developers Documentation: Network configuration

Network configuration

clients/dns_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

  • DNS
  • Progress
  • Wizard

Includes

  • network/services/dns.ycp

Info:

Parameters:
function to execute
list of dns settings
Return value:
edited settings, Summary or boolean on success depending on called function
Example
 map mm = $[ "FAIL_DELAY" : "77" ];
 map ret = WFM::CallFunction ("dns_auto", [ "Summary", mm ]);