23 lines
507 B
Plaintext
23 lines
507 B
Plaintext
|
## Name: DHCPv6 Server
|
||
|
## Description: Opens UDP port for DHCPv6 Server.
|
||
|
#
|
||
|
# For a more detailed description of the individual variables see
|
||
|
# the comments for FW_SERVICES_*_EXT in /etc/sysconfig/SuSEfirewall2
|
||
|
#
|
||
|
|
||
|
# space separated list of allowed TCP ports
|
||
|
TCP=""
|
||
|
|
||
|
# space separated list of allowed UDP ports
|
||
|
UDP="dhcpv6-server"
|
||
|
|
||
|
# 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=""
|
||
|
|