summaryrefslogtreecommitdiff
path: root/nonsystemd/dhcp-openrc/dhcrelay.confd
blob: 44699682d42d280f4de057059e3ea4e17a48e580 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# /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=""
# If you have split net interfaces, you might want to depend on them
# explicitly here.
#rc_need=$(printf 'net.%s ' ${IFACE})

# Insert any other options needed.  See dhcrelay(8) for details.
#DHCRELAY_OPTS=""

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