Network configuration |
include/network/lan/wizards.ycp |
Network cards configuration wizards |
|
|
Imports
- Arch
- Label
- Lan
- Sequencer
- Wizard
Includes
- network/lan/address.ycp
- network/lan/complex.ycp
- network/lan/details.ycp
- network/lan/dhcp.ycp
- network/lan/hardware.ycp
- network/lan/virtual.ycp
- network/lan/wireless.ycp
- network/routines.ycp
- network/services/dns.ycp
- network/services/host.ycp
- network/services/proxy.ycp
- network/services/routing.ycp
Local Functions
|
|
|
local LanSequence () -> symbol
|
|
Whole configuration of network
- Return value:
local LanAutoSequence () -> symbol
|
|
Whole configuration of network but without reading and writing.
For use with autoinstallation.
- Return value:
local MainSequence () -> symbol
|
|
Main workflow of the network configuration
- Return value:
local NetworkCardSequence (string action) -> symbol
|
|
Configuration sequence
- Parameters:
action |
which workflow ("add"|"edit") |
- Return value:
local HardwareSequence () -> symbol
|
|
Configuration sequence
- Return value:
local AddressSequence () -> symbol
|
|
Configuration sequence
- Return value:
|