YaST2 Developers Documentation: Configuration of dhcp-server



functions
files
intro

Configuration of dhcp-server

include/dhcp-server/ui.ycp
User interface

Imports

  • CWM
  • DhcpServer
  • Label
  • Popup
  • Wizard

Global Functions

global ReadDialog () -> symbol

Read settings dialog

Return value:
`abort if aborted and `next otherwise

global WriteDialog () -> symbol

Write settings dialog

Return value:
`abort if aborted and `next otherwise

global OldMainDialog () -> symbol

Run main dialog

Return value:
for wizard sequencer

global GlobalsDialog () -> symbol

Run dialog for global options

Return value:
for wizard sequencer

global SubnetDialog () -> symbol

Run subnet dialog

Return value:
for wizard sequencer

global HostDialog () -> symbol

Run host dialog

Return value:
for wizard sequencer

global SharedNetworkDialog () -> symbol

Run shared network dialog

Return value:
for wizard sequencer

global PoolDialog () -> symbol

Run address pool dialog

Return value:
for wizard sequencer

global Groupdialog () -> symbol

Run group dialog

Return value:
for wizard sequencer

global ClassDialog () -> symbol

Run class dialog

Return value:
for wizard sequencer

global SectionTypeChoose () -> symbol

Run shared network dialog

Return value:
for wizard sequencer

global IfacesDialog (boolean initial) -> symbol

Run interfaces and firewall dialog

Parameters:
initial boolean true if running before main dialog
Return value:
for wizard sequencer

global DynDnsDialog () -> symbol

Run Dynamic DNS dialog

Return value:
for wizard sequencer

global RunTsigKeysDialog (boolean called_from_subnet) -> symbol

Run TSIG keys management dialog

Parameters:
called_from_subnet
Return value:
for wizard sequencer

global SelectEditationDialog () -> symbol

detect the type of edited declaration

Return value:
for ws

global SectionStore () -> symbol

Store a section (declaration)

Return value:
for ws, always `next

global CheckConfiguredInterfaces () -> symbol

Detect if at least one network interface is selected

Return value:
for wizard sequencer

global ConfigTypeSwitch () -> symbol

Detect if simple configuration dialogs should be started

Return value:
for wizard sequencer

YaST2 Developers Documentation