39 lines
1018 B
Plaintext
39 lines
1018 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
|
|
#
|
|
# Instead of the interface name, the name of its configuration can be given.
|
|
# If the configuration file is named
|
|
# /etc/sysconfig/network/ifcfg-eth-id-00:50:fc:e4:f2:65
|
|
# then id-00:50:fc:e4:f2:65 would be suitable to identify the configuration.
|
|
#
|
|
# Examples: DHCPD_INTERFACE="eth0"
|
|
# DHCPD_INTERFACE="eth0 eth1 eth2 tr0 wlan0"
|
|
# DHCPD_INTERFACE="internal0 internal1"
|
|
# DHCPD_INTERFACE="id-00:50:fc:e4:f2:65 id-00:a0:24:cb:cc:5c wlan0"
|
|
#
|
|
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=""
|
|
|