2007-01-10 16:39:58 +00:00
|
|
|
## Path: Network/DHCP/DHCP Relay agent
|
|
|
|
## Description: Configuration file for DHCP relay agent
|
|
|
|
## Type: string
|
|
|
|
## Default: ""
|
|
|
|
## ServiceRestart: dhcrelay
|
|
|
|
#
|
2010-05-13 22:26:56 +00:00
|
|
|
# Interface(s) for DHCP relay agent to listen on
|
2007-01-10 16:39:58 +00:00
|
|
|
#
|
2010-05-13 22:26:56 +00:00
|
|
|
# Examples: DHCPD_INTERFACE="eth0"
|
|
|
|
# DHCPD_INTERFACE="eth0 eth1 eth2 tr0 wlan0"
|
|
|
|
# DHCPD_INTERFACE="internal0 internal1"
|
2007-01-10 16:39:58 +00:00
|
|
|
#
|
|
|
|
DHCRELAY_INTERFACES=""
|
|
|
|
|
|
|
|
## Type: string
|
|
|
|
## Default: ""
|
|
|
|
## ServiceRestart: dhcrelay
|
|
|
|
#
|
2010-05-13 22:26:56 +00:00
|
|
|
# DHCP servers to be used by DHCP relay agent
|
2007-01-10 16:39:58 +00:00
|
|
|
# (separated by spaces, e.g. "192.168.0.11 191.168.0.12")
|
|
|
|
#
|
|
|
|
DHCRELAY_SERVERS=""
|
|
|
|
|
|
|
|
## Type: string
|
|
|
|
## Default: ""
|
|
|
|
## ServiceRestart: dhcrelay
|
|
|
|
#
|
2010-05-13 22:26:56 +00:00
|
|
|
# Additional options
|
2007-01-10 16:39:58 +00:00
|
|
|
# Example: "-c 8"
|
|
|
|
#
|
|
|
|
DHCRELAY_OPTIONS=""
|
|
|
|
|