# Defaults for dhcp-relay initscript
# sourced by /etc/init.d/dhcp-relay
#
# To change values in here run "dpkg-reconfigure dhcp-relay". Do not change
#       manually because values will change next time the package is
#       upgraded.

#
# This is a POSIX shell fragment
#

# What servers should the DHCP relay forward requests to?
SERVERS="172.16.0.10"

# On what interfaces should the DHCP relay (dhrelay) serve DHCP requests?
INTERFACES="eth0"
