Network configuration |
modules/Proxy.ycp |
Proxy data |
|
|
Configures FTP and HTTP proxies via sysconfig & SuSEconfig
and /root/.curlrc (for YOU)
Imports
Includes
- network/routines.ycp
- network/runtime.ycp
Global Variables
Global Functions
|
|
|
global modified -> boolean
|
|
Data was modified?
global Read () -> boolean
|
|
Read settings
- Return value:
global Write () -> boolean
|
|
Write routing settings and apply changes
- Return value:
global Import (map settings) -> boolean
|
|
Get all settings from a map.
When called by _auto (preparing autoinstallation data)
the map may be empty.
- Parameters:
settings |
autoinstallation settings |
- Return value:
Dump the Routing settings to a map, for autoinstallation use.
- Return value:
|
autoinstallation settings |
global Summary () -> string
|
|
Create proxy summary
- Return value:
|