Configuration of dns-server |
include/dns-server/dialog-main.ycp |
Main tab-style dialog definitions |
|
|
Imports
- CWM
- CWMFirewallInterfaces
- CWMServiceStart
- CWMTsigKeys
- Confirm
- DialogTree
- DnsRoutines
- DnsServer
- DnsServerAPI
- DnsTsigKeys
- Hostname
- Hostname
- IP
- Label
- Message
- Mode
- Mode
- Popup
- Popup
- ProductFeatures
- Report
- Wizard
Local Functions
- ExpertBasicOptionsDialog ()
- ExpertForwardersDialog ()
- ExpertStartUpDialog ()
- ExpertZonesDialog ()
- Expert_ACLs_Dialog ()
- Expert_Logging_Dialog ()
- GetZonesWithAclUsed (string acl_name)
- HandleExpertAclPage (string key, map event)
- HandleExpertBasicOptionsPage (string key, map event)
- HandleExpertForwardersPage (string key, map event)
- HandleExpertLoggingPage (string key, map event)
- HandleExpertStartUpPage (string key, map event)
- HandleExpertZonesPage (string key, map event)
- InitExpertAclPage (string key)
- InitExpertBasicOptionsPage (string key)
- InitExpertForwardersPage (string key)
- InitExpertLoggingPage (string key)
- InitExpertStartUpPage (string key)
- InitExpertZonesPage (string key)
- IsAclDefined (string new_name, list<string> acls)
- IsUniqueOption (string option)
- OptionIsSetYet (string option)
- OptionsIsNumberType (string option)
- OptionsIsYesNoType (string option)
- ReallyRemoveACL (string acl_name)
- StoreExpertAclPage (string key, map event)
- StoreExpertBasicOptionsPage (string key, map event)
- StoreExpertForwardersPage (string key, map event)
- StoreExpertLoggingPage (string key, map event)
- StoreExpertStartUpPage (string key, map event)
- StoreExpertZonesPage (string key, map event)
- ValidCharsForwardersPage ()
- ValidCharsZonesPage ()
- runExpertDialog ()
|
|
|
local ExpertStartUpDialog () -> term
|
|
Dialog Expert Settings - Start Up
- Return value:
local InitExpertStartUpPage (string key) -> void
|
|
Initialize the tab of the dialog
- Parameters:
local StoreExpertStartUpPage (string key, map event) -> void
|
|
Store settings of a tab of a dialog
- Parameters:
local HandleExpertStartUpPage (string key, map event) -> symbol
|
|
Handle events in a tab of a dialog
- Parameters:
local ExpertForwardersDialog () -> term
|
|
Dialog Expert Settings - Forwarders
- Return value:
local ValidCharsForwardersPage () -> void
|
|
Setting `ValidChars for the dialog
local InitExpertForwardersPage (string key) -> void
|
|
Initialize the tab of the dialog
- Parameters:
local StoreExpertForwardersPage (string key, map event) -> void
|
|
Store settings of a tab of a dialog
- Parameters:
local HandleExpertForwardersPage (string key, map event) -> symbol
|
|
Handle events in a tab of a dialog
- Parameters:
local ExpertBasicOptionsDialog () -> term
|
|
Dialog Expert Settings - Basic Options
- Return value:
local InitExpertBasicOptionsPage (string key) -> void
|
|
Initialize the tab of the dialog
- Parameters:
local StoreExpertBasicOptionsPage (string key, map event) -> void
|
|
Store settings of a tab of a dialog
- Parameters:
local IsUniqueOption (string option) -> boolean
|
|
Return if the option must be unique in configuration or not
- Parameters:
local OptionIsSetYet (string option) -> boolean
|
|
Returns if the option was set yet
- Parameters:
local OptionsIsYesNoType (string option) -> boolean
|
|
Returns if the option must be "yes" or "no"
- Parameters:
local OptionsIsNumberType (string option) -> boolean
|
|
Returns if the option must be a number
- Parameters:
local HandleExpertBasicOptionsPage (string key, map event) -> symbol
|
|
Handle events in a tab of a dialog
- Parameters:
local Expert_Logging_Dialog () -> term
|
|
Dialog Expert Settings - Logging
- Return value:
local InitExpertLoggingPage (string key) -> void
|
|
Initialize the tab of the dialog
- Parameters:
local StoreExpertLoggingPage (string key, map event) -> void
|
|
Store settings of a tab of a dialog
- Parameters:
local HandleExpertLoggingPage (string key, map event) -> symbol
|
|
Handle events in a tab of a dialog
- Parameters:
local Expert_ACLs_Dialog () -> term
|
|
Dialog Expert Settings - ACLs
- Return value:
local InitExpertAclPage (string key) -> void
|
|
Initialize the tab of the dialog
- Parameters:
local StoreExpertAclPage (string key, map event) -> void
|
|
Store settings of a tab of a dialog
- Parameters:
local IsAclDefined (string new_name, list<string> acls) -> boolean
|
|
Testing for acls duplicity
@returns true if the name is duplicate
- Parameters:
local GetZonesWithAclUsed (string acl_name) -> list<string>
|
|
Returns zones where acl is used
- Parameters:
local ReallyRemoveACL (string acl_name) -> boolean
|
|
Really remove used ACL? (dialog)
- Parameters:
local HandleExpertAclPage (string key, map event) -> symbol
|
|
Handle events in a tab of a dialog
- Parameters:
local ExpertZonesDialog () -> term
|
|
Dialog Expert Settings - ZonesZones
- Return value:
local ValidCharsZonesPage () -> void
|
|
Setting `ValidChars for the dialog
local InitExpertZonesPage (string key) -> void
|
|
Initialize the tab of the dialog
- Parameters:
local StoreExpertZonesPage (string key, map event) -> void
|
|
Store settings of a tab of a dialog
- Parameters:
local HandleExpertZonesPage (string key, map event) -> symbol
|
|
Handle events in a tab of a dialog
- Parameters:
local runExpertDialog () -> symbol
|
|
Dialog Expert Settings
- Return value:
|