YaST2 Developers Documentation: Network configuration



functions
files
intro

Network configuration

include/network/config.ycp
Config files manipulation functions

Global Functions

global ReadConfig (path config) -> map

Read sysconfig file

Parameters:
config sysconfig file SCR path
Return value:
sysconfig file contents

global WriteConfig (path config, map data) -> boolean

Write sysconfig file

Parameters:
config sysconfig file SCR path
data sysconfig file contents
Return value:
true if success

YaST2 Developers Documentation