YaST2 Developers Documentation: Configuration of dhcp-server



functions
files
intro

Configuration of dhcp-server

clients/dhcp-server_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

  • DhcpServer
  • DhcpServerUI
  • Progress
  • Progress

Local Functions

Info:

Parameters:
function to execute @param map/list of dhcp-server settings
Return value:
edited settings, Summary or boolean on success depending on called function
Example:
  map mm = $[ "FAIL_DELAY" : "77" ];
  map ret = WFM::CallFunction ("dhcp-server_auto", [ "Summary", mm ]);

local KillComments (map exported) -> map

Remove all comments from export map

Parameters:
exported map export map
Return value:
exported map without comments

YaST2 Developers Documentation