Network configuration |
include/network/dsl/wizards.ycp |
DSL configuration wizards |
|
|
Imports
- DSL
- Label
- Provider
- Sequencer
- Wizard
Includes
- network/dsl/complex.ycp
- network/dsl/dialogs.ycp
- network/provider/connection.ycp
- network/provider/details.ycp
- network/provider/dialogs.ycp
- network/provider/provider.ycp
- network/routines.ycp
Local Functions
|
|
|
local OneDSLProviderSequence (boolean detected, boolean edit) -> symbol
|
|
Workflow of the configuration of one DSL
- Parameters:
detected |
true if DSL was detected (more entries otherwise) |
edit |
true in case of edit sequence |
- Return value:
local DSLMainSequence () -> symbol
|
|
Main workflow of the DSL configuration
- Return value:
local OneDSLSequence (boolean detected) -> symbol
|
|
Workflow of the configuration of one DSL
- Parameters:
detected |
true if DSL was detected (more entries otherwise) |
- Return value:
local DSLSequence () -> symbol
|
|
Whole configuration of DSL
- Return value:
local DSLAutoSequence () -> symbol
|
|
Whole configuration of DSL but without reading and writing.
For use with autoinstallation.
- Return value:
|