9446034797
checked in (request 39792) OBS-URL: https://build.opensuse.org/request/show/39792 OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=24
33 lines
688 B
Plaintext
33 lines
688 B
Plaintext
## Path: Network/DHCP/DHCP Relay agent
|
|
## Description: Configuration file for DHCP relay agent
|
|
## Type: string
|
|
## Default: ""
|
|
## ServiceRestart: dhcrelay
|
|
#
|
|
# Interface(s) for DHCP relay agent to listen on
|
|
#
|
|
# Examples: DHCPD_INTERFACE="eth0"
|
|
# DHCPD_INTERFACE="eth0 eth1 eth2 tr0 wlan0"
|
|
# DHCPD_INTERFACE="internal0 internal1"
|
|
#
|
|
DHCRELAY_INTERFACES=""
|
|
|
|
## Type: string
|
|
## Default: ""
|
|
## ServiceRestart: dhcrelay
|
|
#
|
|
# DHCP servers to be used by DHCP relay agent
|
|
# (separated by spaces, e.g. "192.168.0.11 191.168.0.12")
|
|
#
|
|
DHCRELAY_SERVERS=""
|
|
|
|
## Type: string
|
|
## Default: ""
|
|
## ServiceRestart: dhcrelay
|
|
#
|
|
# Additional options
|
|
# Example: "-c 8"
|
|
#
|
|
DHCRELAY_OPTIONS=""
|
|
|