YaST2 Developers Documentation: Configuration of dhcp-server

Configuration of dhcp-server

include/dhcp-server/dns-server-management.ycp
Synchronization with DNS Server

This module has an unstable interface.

Imports

  • Confirm
  • DhcpServer
  • DnsServer
  • DnsServerAPI
  • Hostname
  • IP
  • Label
  • Popup
  • Punycode
  • Report
  • Wizard

Includes

  • dhcp-server/dns-helps.ycp
  • dhcp-server/dns-server-dialogs.ycp
  • dhcp-server/dns-server-wizard.ycp

Structures

Local Variables

local current_settings -> map <string, string>

Structure $[

     "current_network" : "192.168.0.0",
     "domain"          : "example.com",
     "from_ip"         : "192.168.10.2",
     "to_ip"           : "192.168.15.254"
     "ipv4_max"        : "192.168.13.254",
     "ipv4_min"        : "192.168.0.1",
     "netmask"         : "255.255.240.0",
     "netmask_bits"    : "20",
     "network"         : "192.168.0.0",
     "network_binary"  : "11000000101010000000000000000000",
 ]