Network configuration |
modules/NetworkConfig.ycp |
Network configuration data |
|
|
Representation of the configuration of network cards.
Input and output routines.
A simple container for /etc/sysconfig/network/{config,dhcp}
Includes
Global Variables
Global Functions
Local Variables
|
|
|
Basic network settings (/etc/sysconfig/network/config)
DHCP settings (/etc/sysconfig/network/dhcp)
Basic network settings
DHCP settings
local initialized -> boolean
|
|
True if data are already read
global Modified () -> boolean
|
|
Data was modified?
- Return value:
global Read () -> boolean
|
|
Read all network settings from the SCR
- Return value:
global Write () -> boolean
|
|
Update the SCR according to network settings
- Return value:
global Import (map settings) -> boolean
|
|
Import data
- Parameters:
settings |
settings to be imported |
- Return value:
Export data
- Return value:
|
dumped settings (later acceptable by Import()) |
|