## Name: SUSE Manager Server
## Description: required ports for SUSE Manager Server

# space separated list of allowed TCP ports
TCP="http https ssh xmpp-client xmpp-server tftp"

# space separated list of allowed UDP ports
UDP="ntp tftp"

# space separated list of allowed RPC services
RPC=""

# space separated list of allowed IP protocols
IP=""

# space separated list of allowed UDP broadcast ports
BROADCAST=""

### variables below are only needed in very special cases

# space separated list of net,protocol[,sport[,dport]]
# see FW_SERVICES_ACCEPT_RELATED_EXT
# net 0/0 means IPv4 and IPv6. If this sevice should only work for
# IPv4 use 0.0.0.0/0
RELATED=""

# additional kernel modules needed for this service
# see FW_LOAD_MODULES
MODULES=""
