Definition of Supported Firewall Services and Port Aliases.
List of Global Functions
GetNeededBroadcastPorts - Function returns needed ports allowing broadcast
GetNeededIPProtocols - Function returns needed IP protocols for service
GetNeededPortsAndProtocols - Function returns needed ports and protocols for service. Function cares about if the service is defined or not.
GetNeededRPCPorts - Function returns needed RPC ports for service
GetNeededTCPPorts - Function returns needed TCP ports for service
GetNeededUDPPorts - Function returns needed UDP ports for service
GetPossiblyConflictServices - Function returns list of possibly conflicting services. Conflicting services are for instance nis-client and nis-server.
GetSupportedServices - Function returns the map of supported (known) services.
IsKnownService - Function returns if the service_id is a known (defined) service
List of Global Variables
Function returns needed ports allowing broadcast
Function parameters
string service
Return value
list <string> - [string] of needed broadcast ports
Function returns needed IP protocols for service
Function parameters
string service
Return value
list <string> - [string] of needed IP protocols
Function returns needed ports and protocols for service. Function cares about if the service is defined or not.
Function parameters
string service
Return value
map <string, list <string> > - [list, string] of needs
Function returns needed RPC ports for service
Function parameters
string service
Return value
list <string> - [string] of needed RPC ports
Function returns needed TCP ports for service
Function parameters
string service
Return value
list <string> - [string] of needed TCP ports
Function returns needed UDP ports for service
Function parameters
string service
Return value
list <string> - [string] of needed UDP ports
Function returns list of possibly conflicting services. Conflicting services are for instance nis-client and nis-server.
Return value
list <string> - [string] of conflicting services
Function returns the map of supported (known) services.
Return value
map <string, string> - [service_id, service_name]