34a5dc1e28
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=3e128ea1dfe1f438c5c539850885a0ad
23 lines
511 B
Plaintext
23 lines
511 B
Plaintext
## Name: DHCPv4 Server
|
|
## Description: Opens ports for ISC DHCPv4 4.x 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="bootps"
|
|
|
|
# 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="bootps"
|
|
|