Functional interface for SuSEFirewall installation proposal
List of Global Functions
GetChangedByUser - Local function returns if proposal was changed by user
GetProposalInitialized - Local function returns if proposal was initialized already
OpenServiceOnNonDialUpInterfaces - Function opens up the service on all non-dial-up network interfaces. If there are no network interfaces known and the 'any' feature is supported, function opens the service for the zone supporting that feature. If there are only dial-up interfaces, function opens the service for them.
ProposalSummary - Function returns the proposal summary
Propose - Function proposes the SuSEfirewall2 configuration
Reset - Function fills up default configuration into internal values
SetChangedByUser - Function sets that proposal was changed by user
SetProposalInitialized - Function sets that proposal was initialized
List of Global Variables
Local function returns if proposal was changed by user
Return value
boolean - if proposal was changed by user
Local function returns if proposal was initialized already
Return value
boolean - if proposal was initialized
Function opens up the service on all non-dial-up network interfaces. If there are no network interfaces known and the 'any' feature is supported, function opens the service for the zone supporting that feature. If there are only dial-up interfaces, function opens the service for them.
Function parameters
string service
Return value
void
Function returns the proposal summary
Return value
map<string, string> - proposal
map $[ "output" : "HTML Proposal Summary", "warning" : "HTML Warning Summary", ]
Function sets that proposal was changed by user
Function parameters
boolean changed
Return value
void