summaryrefslogtreecommitdiffstats
path: root/dhcp.template
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-10-06 11:34:19 -0400
committerJim Meyering <jim@meyering.net>2006-10-06 11:34:19 -0400
commit8c0cae64b1c726f3d15819d2390d5cb83916aed5 (patch)
treea66cb031705446c7c7ff9230dac84ad0cb8dff6a /dhcp.template
parent94fac2319cbb1dd23b08d95e7c3038d5e900ff8b (diff)
downloadthird_party-cobbler-8c0cae64b1c726f3d15819d2390d5cb83916aed5.tar.gz
third_party-cobbler-8c0cae64b1c726f3d15819d2390d5cb83916aed5.tar.xz
third_party-cobbler-8c0cae64b1c726f3d15819d2390d5cb83916aed5.zip
Fixes to dhcpd.conf and Itanium IA64 support as a result of lab tests.
Diffstat (limited to 'dhcp.template')
-rw-r--r--dhcp.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/dhcp.template b/dhcp.template
index 7be62b2..150f703 100644
--- a/dhcp.template
+++ b/dhcp.template
@@ -20,6 +20,7 @@ subnet 192.168.1.0 netmask 255.255.255.0 {
filename "/pxelinux.0";
default-lease-time 21600;
max-lease-time 43200;
+ next-server $next_server;
}
$insert_cobbler_system_definitions