234. SuSEFirewallServices

Definition of Supported Firewall Services and Port Aliases.

234.1. Summary of Module Globals

List of Global Functions

List of Global Variables

    234.2. Global Functions

    234.2.1. GetNeededBroadcastPorts

    Function returns needed ports allowing broadcast

    Function parameters

    • string service

    Return value

    • list <string> - [string] of needed broadcast ports

    234.2.2. GetNeededIPProtocols

    Function returns needed IP protocols for service

    Function parameters

    • string service

    Return value

    • list <string> - [string] of needed IP protocols

    234.2.3. GetNeededPortsAndProtocols

    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

    234.2.4. GetNeededRPCPorts

    Function returns needed RPC ports for service

    Function parameters

    • string service

    Return value

    • list <string> - [string] of needed RPC ports

    234.2.5. GetNeededTCPPorts

    Function returns needed TCP ports for service

    Function parameters

    • string service

    Return value

    • list <string> - [string] of needed TCP ports

    234.2.6. GetNeededUDPPorts

    Function returns needed UDP ports for service

    Function parameters

    • string service

    Return value

    • list <string> - [string] of needed UDP ports

    234.2.7. GetPossiblyConflictServices

    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

    234.2.8. GetSupportedServices

    Function returns the map of supported (known) services.

    Return value

    • map <string, string> - [service_id, service_name]

    234.2.9. IsKnownService

    Function returns if the service_id is a known (defined) service

    Function parameters

    • string service_id

    Return value

    • boolean - if is known (defined)

    234.3. Global Variables

    234.4. Module Requirements

    none