From d3078b183348e703cf5928128d2706c31fc7d870 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Wed, 5 Mar 2014 13:16:40 -0600 Subject: Initial commit. --- clfs/default/dhcpd | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 clfs/default/dhcpd (limited to 'clfs/default/dhcpd') diff --git a/clfs/default/dhcpd b/clfs/default/dhcpd new file mode 100644 index 0000000..af6bf30 --- /dev/null +++ b/clfs/default/dhcpd @@ -0,0 +1,12 @@ +# Begin /etc/default/dhcpd + +# On which interfaces should the DHCP Server (dhcpd) serve DHCP requests +# Separate multiple interfaces with spaces, e.g. "eth0 eth1". +# By default, dhcpd will listen on all available interfaces. In that +# case, use -4 or -6 in the DHCPD_OPTS below to listen on IPv4 or IPv6 +DHCPD_INTERFACES="" + +# Additional options that you want to pass to the DHCP Server Daemon +DHCPD_OPTS="" + +# End /etc/default/dhcpd -- cgit v1.2.3-54-g00ecf