YaST2 Developers Documentation: Configuration of ipsec | ![]() |
![]() functions files intro |
Prototypes
Data was modified?
Write only, used during autoinstallation. Don't run services and SuSEconfig, it's all done at one place.
Abort function return boolean return true if abort
Abort function
Data was modified?
map of strings +-> "nat_traversal" = "yes" +-> "rp_filter" = "%unchanged" ...
map of maps of strings connections +-> "roadwarrior" | +-> "left" = "10.10.0.1" | +-> "right" = "%any" | \-> "auto" = "start" | \-> "conn2" +-> "left" = "10.10.0.1" \-> "right" = "10.10.5.5"
Read all ipsec settings
Write all ipsec settings
Get all ipsec settings from the first parameter (For use by autoinstallation.)
Dump the ipsec settings to a single map (For use by autoinstallation.)
add hyperlink or headline 3
Textual summary for standalone Module
Textual summary for auto installation and proposal
Create an overview table with all configured connections
Return packages needed to be installed and removed during Autoinstallation to insure module has all needed software installed.
empty any information about editing an existing connection
prepare a new connection for editing
Check whether the currently selection Connection can be edited. Currently only x509 connections may be edited
put current connection into key/value items suitable for a table
commit changes made to the current connection
get list of network devices where the specified connection is menioned in FREESWAN_UP
get list of network devices where the current connection is mentioned in FREESWAN_UP
set FREESWAN_UP parameter in network devices. devices that mention the current connection but are not passed to this function will have the current connection removed.
|
YaST2 Developers Documentation | ![]() |