summaryrefslogtreecommitdiff
blob: 19353e8b57ed6f177af3159f3ddb89f169948ea5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# /etc/conf.d/dhcrelay: config file for /etc/init.d/dhcrelay

# Configure which interface or interfaces to for dhcrelay to listen on
# and send to.
# List all interfaces space separated. If this is not specified then
# we use all interfaces.
#IFACE=""

# Insert any other options needed.  See dhcrelay(8) for details.
# Make sure you specify the lower (-l)/upper (-u) interfaces.
DHCRELAY_OPTS="-6 -l lower-iface -u upper-iface"

# Space separated list of IPs to forward BOOTP/DHCP packets to.
DHCRELAY_SERVERS=""